Skip to content

Commit 1cfa0e1

Browse files
committed
Add CA2263 rule to .editorconfig to prefer generic overloads when type is known
1 parent 7b57f3d commit 1cfa0e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,4 @@ dotnet_diagnostic.CA5350.severity = suggestion # CA5350: Do Not Use Weak Crypto
9494
dotnet_diagnostic.CA5351.severity = suggestion # CA5351: Do Not Use Broken Cryptographic Algorithms
9595
dotnet_diagnostic.CA5359.severity = suggestion # CA5359: Do Not Disable Certificate Validation
9696
dotnet_diagnostic.CA5372.severity = suggestion # CA5372: Use XmlReader For XPathDocument
97+
dotnet_diagnostic.CA2263.severity = none # CA2263: Prefer generic overload when type is known

0 commit comments

Comments
 (0)