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-
97
97
dotnet_diagnostic.SA1308.severity = none # Variable names should not be prefixed.
98
98
dotnet_diagnostic.SA1310.severity = none # Field name should not contain an underscore.
99
99
dotnet_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.
100
101
dotnet_diagnostic.SA1407.severity = none # Arithmetic expressions must declare precedence.
101
102
dotnet_diagnostic.SA1408.severity = none # Conditional expressions should declare precedence.
102
103
dotnet_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
112
113
dotnet_diagnostic.SA1629.severity = none # Documentation text should end with a period.
113
114
dotnet_diagnostic.SA1633.severity = none # File should have header.
114
115
dotnet_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 33
33
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
34
34
<PrivateAssets >all</PrivateAssets >
35
35
</PackageReference >
36
- <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.376 " >
36
+ <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.406 " >
37
37
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
38
38
<PrivateAssets >all</PrivateAssets >
39
39
</PackageReference >
You can’t perform that action at this time.
0 commit comments