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 9a4528d commit 6da1d24Copy full SHA for 6da1d24
.editorconfig
@@ -160,6 +160,9 @@ dotnet_diagnostic.JSON002.severity = silent
160
# CA1062: Validate arguments of public methods
161
dotnet_code_quality.CA1062.excluded_symbol_names = Accept|DefaultVisit|Visit*|Apply*
162
163
+# Turn off crashing analyzer, https://github.com/dotnet/roslyn-analyzers/issues/7421
164
+dotnet_diagnostic.CA2263.severity = none
165
+
166
#### .NET Naming Style ####
167
168
dotnet_diagnostic.IDE1006.severity = warning
0 commit comments