Skip to content

Commit b923b0c

Browse files
committed
disable ca1508
new false positives. TODO: check if fixed in final released.
1 parent ccdd99e commit b923b0c

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
@@ -729,6 +729,9 @@ dotnet_code_quality.CA1859.api_surface = private,internal
729729
# CA1873: Evaluation of this argument may be expensive and unnecessary if logging is disabled
730730
dotnet_diagnostic.CA1873.severity = suggestion
731731

732+
# CA1508: Avoid dead conditional code. Too many false positives.
733+
dotnet_diagnostic.CA1508.severity = suggestion
734+
732735
# CA2208: Instantiate argument exceptions correctly
733736
# https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca2208
734737
#

0 commit comments

Comments
 (0)