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 93297ed commit 0f5860bCopy full SHA for 0f5860b
Tests/.editorconfig
@@ -29,6 +29,11 @@ dotnet_diagnostic.SA1602.severity = none
29
# https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1633.md
30
dotnet_diagnostic.SA1633.severity = none
31
32
+# IDE0005: Remove all unused usings
33
+# Justification: Bug in Roslyn compiler is causing error on projects with generating docs disabled.
34
+# https://github.com/dotnet/roslyn/issues/41640
35
+dotnet_diagnostic.IDE0005.severity = none
36
+
37
##########################################
38
# Custom
39
0 commit comments