We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e84a2 commit 120b944Copy full SHA for 120b944
.editorconfig
@@ -147,7 +147,7 @@ dotnet_diagnostic.CA1823.severity = warning
147
dotnet_diagnostic.CA1825.severity = warning
148
149
# CA1826: Do not use Enumerable methods on indexable collections. Instead use the collection directly
150
-dotnet_diagnostic.CA1826.severity = warning
+dotnet_diagnostic.CA1826.severity = suggestion
151
152
# CA1827: Do not use Count() or LongCount() when Any() can be used
153
dotnet_diagnostic.CA1827.severity = warning
0 commit comments