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
592592# CA2259: 'ThreadStatic' only affects static fields
593593dotnet_diagnostic.CA2259.severity = warning
594594
595+ # CA2260: Implement generic math interfaces correctly
596+ dotnet_diagnostic.CA2260.severity = none
597+
595598# CA2300: Do not use insecure deserializer BinaryFormatter
596599dotnet_diagnostic.CA2300.severity = none
597600
Original file line number Diff line number Diff line change @@ -588,6 +588,9 @@ dotnet_diagnostic.CA2258.severity = none
588588# CA2259: 'ThreadStatic' only affects static fields
589589dotnet_diagnostic.CA2259.severity = none
590590
591+ # CA2260: Implement generic math interfaces correctly
592+ dotnet_diagnostic.CA2260.severity = none
593+
591594# CA2300: Do not use insecure deserializer BinaryFormatter
592595dotnet_diagnostic.CA2300.severity = none
593596
You can’t perform that action at this time.
0 commit comments