File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed
Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -7,21 +7,9 @@ dotnet_diagnostic.SA0001.severity = none
77# Default severity for analyzer diagnostics with category 'Style'
88dotnet_analyzer_diagnostic.category-Style.severity = none
99
10- dotnet_diagnostic.CS0067.severity = none
11- dotnet_diagnostic.CS0169.severity = none
12- dotnet_diagnostic.CS0660.severity = none
13- dotnet_diagnostic.CS0661.severity = none
14- # CS8618: Non-nullable field is uninitialized. Consider declaring as nullable.
15- dotnet_diagnostic.CS8618.severity = none
16-
17- # CA1822: Mark members as static
1810dotnet_diagnostic.CA1822.severity = none
19- # CA2211: Non-constant fields should not be visible
2011dotnet_diagnostic.CA2211.severity = none
2112
22- # IDE0051: Remove unused private members
2313dotnet_diagnostic.IDE0051.severity = none
24- # IDE0052: Remove unread private members
2514dotnet_diagnostic.IDE0052.severity = none
26- # IDE0079: Remove unnecessary suppression
2715dotnet_diagnostic.IDE0079.severity = none
Original file line number Diff line number Diff line change 1- // ReSharper disable ReturnValueOfPureMethodIsNotUsed
2- // ReSharper disable All
1+ // ReSharper disable All
32namespace ValidCode ;
43
54using System ;
You can’t perform that action at this time.
0 commit comments