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

This commit is contained in:
Stone_Red
2022-04-21 07:35:50 +02:00
parent 090c23d4a2
commit 69929fd58a
+6
View File
@@ -2,3 +2,9 @@
# S4457: Parameter validation in "async"/"await" methods should be wrapped
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