Skip to content

Commit

Permalink
Turn off crashing analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
bkoelman committed Sep 25, 2024
1 parent 9a4528d commit 6da1d24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ dotnet_diagnostic.JSON002.severity = silent
# CA1062: Validate arguments of public methods
dotnet_code_quality.CA1062.excluded_symbol_names = Accept|DefaultVisit|Visit*|Apply*

# Turn off crashing analyzer, https://github.com/dotnet/roslyn-analyzers/issues/7421
dotnet_diagnostic.CA2263.severity = none

#### .NET Naming Style ####

dotnet_diagnostic.IDE1006.severity = warning
Expand Down

0 comments on commit 6da1d24

Please sign in to comment.