We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c473826 commit 754c6b8Copy full SHA for 754c6b8
.editorconfig
@@ -70,7 +70,7 @@ dotnet_diagnostic.CA1805.severity = error
70
# CA1820: Test for empty strings using string length
71
dotnet_diagnostic.CA1820.severity = error
72
# CA1822: Mark members as static
73
-dotnet_diagnostic.CA1822.severity = error
+dotnet_diagnostic.CA1822.severity = suggestion
74
# CA1823: Avoid unused private fields
75
dotnet_diagnostic.CA1823.severity = error
76
# CA2007: Do not directly await a Task
0 commit comments