We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b214c47 commit 4934a71Copy full SHA for 4934a71
.editorconfig
@@ -29,3 +29,4 @@ dotnet_diagnostic.IDE0290.severity = none # Don't prefer primary constructors
29
dotnet_diagnostic.IDE0057.severity = none # Caused by use of `.Substring(...)`
30
dotnet_diagnostic.CA1866.severity = none # Caused by use of `.StartsWith(...)` with single character string
31
dotnet_diagnostic.CA1847.severity = none # Caused by use of `.Contains(...)` with single character string
32
+dotnet_diagnostic.CA2263.severity = none # Caused by use of non-generic `Enum.IsDefined(...)`
0 commit comments