Skip to content

Commit

Permalink
Add CA2263 rule to .editorconfig to prefer generic overloads when typ…
Browse files Browse the repository at this point in the history
…e is known
  • Loading branch information
jmcouffin committed Dec 3, 2024
1 parent 7b57f3d commit 1cfa0e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,4 @@ dotnet_diagnostic.CA5350.severity = suggestion # CA5350: Do Not Use Weak Crypto
dotnet_diagnostic.CA5351.severity = suggestion # CA5351: Do Not Use Broken Cryptographic Algorithms
dotnet_diagnostic.CA5359.severity = suggestion # CA5359: Do Not Disable Certificate Validation
dotnet_diagnostic.CA5372.severity = suggestion # CA5372: Use XmlReader For XPathDocument
dotnet_diagnostic.CA2263.severity = none # CA2263: Prefer generic overload when type is known

0 comments on commit 1cfa0e1

Please sign in to comment.