Skip to content

Commit 2bec731

Browse files
committed
Turn off crashing analyzer
1 parent e833bf9 commit 2bec731

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ dotnet_diagnostic.JSON002.severity = silent
160160
# CA1062: Validate arguments of public methods
161161
dotnet_code_quality.CA1062.excluded_symbol_names = Accept|DefaultVisit|Visit*|Apply*
162162

163+
# Turn off crashing analyzer, https://github.com/dotnet/roslyn-analyzers/issues/7421
164+
dotnet_diagnostic.CA2263.severity = none
165+
163166
#### .NET Naming Style ####
164167

165168
dotnet_diagnostic.IDE1006.severity = warning

0 commit comments

Comments
 (0)