diff --git a/.editorconfig b/.editorconfig index b2f45b23ef..060f21b491 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,6 +13,7 @@ dotnet_style_qualification_for_field = true:suggestion dotnet_style_qualification_for_method = true:suggestion dotnet_style_qualification_for_property = true:suggestion +dotnet_diagnostic.IDE0001.severity = warning # Name can be simplified dotnet_diagnostic.IDE0002.severity = warning # Name can be simplified # StyleCop: Special Rules @@ -21,8 +22,6 @@ dotnet_diagnostic.SA0001.severity = none # XML comment analysis disabled # StyleCop: Readability Rules dotnet_diagnostic.SA1118.severity = none # Parameter should not span multiple lines dotnet_diagnostic.SA1122.severity = none # Use string.Empty for empty strings -dotnet_diagnostic.SA1127.severity = none # Generic type constraints should be on their own line -dotnet_diagnostic.SA1128.severity = none # Put constructor initializers on their own line dotnet_diagnostic.SA1135.severity = none # Using directives should be qualified # StyleCop: Ordering Rules @@ -45,13 +44,8 @@ dotnet_diagnostic.SA1513.severity = none # Closing brace should be follow dotnet_diagnostic.SA1515.severity = none # Single-line comment should be preceded by blank line # StyleCop: Documentation Rules -dotnet_diagnostic.SA1611.severity = none # Element parameters should be documented -dotnet_diagnostic.SA1612.severity = none # Element parameter documentation should match element parameters -dotnet_diagnostic.SA1615.severity = none # Element return value should be documented -dotnet_diagnostic.SA1618.severity = none # Generic type parameters should be documented dotnet_diagnostic.SA1623.severity = none # Property summary documentation should match accessors dotnet_diagnostic.SA1629.severity = none # Documentation text should end with a period -dotnet_diagnostic.SA1633.severity = none # File should have header dotnet_diagnostic.SA1642.severity = none # Constructor summary documentation should begin with standard text dotnet_diagnostic.SA1649.severity = none # File name should match first type name diff --git a/src/Common/AssemblyCommon.props b/src/Common/AssemblyCommon.props index 43b7c1ecf6..670f98d7a6 100644 --- a/src/Common/AssemblyCommon.props +++ b/src/Common/AssemblyCommon.props @@ -18,6 +18,11 @@ 3390 + + + + +