File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -592,6 +592,9 @@ dotnet_diagnostic.CA2258.severity = warning
592
592
# CA2259: 'ThreadStatic' only affects static fields
593
593
dotnet_diagnostic.CA2259.severity = warning
594
594
595
+ # CA2260: Implement generic math interfaces correctly
596
+ dotnet_diagnostic.CA2260.severity = none
597
+
595
598
# CA2300: Do not use insecure deserializer BinaryFormatter
596
599
dotnet_diagnostic.CA2300.severity = none
597
600
Original file line number Diff line number Diff line change @@ -588,6 +588,9 @@ dotnet_diagnostic.CA2258.severity = none
588
588
# CA2259: 'ThreadStatic' only affects static fields
589
589
dotnet_diagnostic.CA2259.severity = none
590
590
591
+ # CA2260: Implement generic math interfaces correctly
592
+ dotnet_diagnostic.CA2260.severity = none
593
+
591
594
# CA2300: Do not use insecure deserializer BinaryFormatter
592
595
dotnet_diagnostic.CA2300.severity = none
593
596
You can’t perform that action at this time.
0 commit comments