Skip to content

Commit

Permalink
Disable CA2260 Implement generic math interfaces correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
buyaa-n committed Sep 16, 2022
1 parent a404b3e commit 9997839
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eng/CodeAnalysis.src.globalconfig
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,9 @@ dotnet_diagnostic.CA2258.severity = warning
# CA2259: 'ThreadStatic' only affects static fields
dotnet_diagnostic.CA2259.severity = warning

# CA2260: Implement generic math interfaces correctly
dotnet_diagnostic.CA2260.severity = none

# CA2300: Do not use insecure deserializer BinaryFormatter
dotnet_diagnostic.CA2300.severity = none

Expand Down
3 changes: 3 additions & 0 deletions eng/CodeAnalysis.test.globalconfig
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,9 @@ dotnet_diagnostic.CA2258.severity = none
# CA2259: 'ThreadStatic' only affects static fields
dotnet_diagnostic.CA2259.severity = none

# CA2260: Implement generic math interfaces correctly
dotnet_diagnostic.CA2260.severity = none

# CA2300: Do not use insecure deserializer BinaryFormatter
dotnet_diagnostic.CA2300.severity = none

Expand Down

0 comments on commit 9997839

Please sign in to comment.