File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ dotnet_diagnostic.SA1303.severity = none # Const fields should begin with upper-
9797dotnet_diagnostic.SA1308.severity = none # Variable names should not be prefixed.
9898dotnet_diagnostic.SA1310.severity = none # Field name should not contain an underscore.
9999dotnet_diagnostic.SA1311.severity = none # Static readonly fields should begin with upper-case letter.
100+ dotnet_diagnostic.SA1402.severity = silent # File may only contain a single type.
100101dotnet_diagnostic.SA1407.severity = none # Arithmetic expressions must declare precedence.
101102dotnet_diagnostic.SA1408.severity = none # Conditional expressions should declare precedence.
102103dotnet_diagnostic.SA1500.severity = none # Braces for multi-line statements should not share line.
@@ -112,3 +113,4 @@ dotnet_diagnostic.SA1623.severity = none # Property summary documentation shoul
112113dotnet_diagnostic.SA1629.severity = none # Documentation text should end with a period.
113114dotnet_diagnostic.SA1633.severity = none # File should have header.
114115dotnet_diagnostic.SA1642.severity = none # Constructor summary documentation should begin with standard text.
116+ dotnet_diagnostic.SA1649.severity = silent # File name should match first type name
Original file line number Diff line number Diff line change 3333 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3434 <PrivateAssets >all</PrivateAssets >
3535 </PackageReference >
36- <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.376 " >
36+ <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.406 " >
3737 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3838 <PrivateAssets >all</PrivateAssets >
3939 </PackageReference >
You can’t perform that action at this time.
0 commit comments