Add rule to ignore the warning: Mark members as static to .editorconfig

This commit is contained in:
Stone_Red
2022-04-21 07:33:26 +02:00
parent 6572e5bda5
commit 21abb44230
+6
View File
@@ -2,3 +2,9 @@
# S4457: Parameter validation in "async"/"await" methods should be wrapped # S4457: Parameter validation in "async"/"await" methods should be wrapped
dotnet_diagnostic.S4457.severity = silent dotnet_diagnostic.S4457.severity = silent
# CA1822: Mark members as static
dotnet_diagnostic.CA1822.severity = silent
# S1172: Unused method parameters should be removed
dotnet_diagnostic.S1172.severity = silent