We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b57f3d commit 1cfa0e1Copy full SHA for 1cfa0e1
.editorconfig
@@ -94,3 +94,4 @@ dotnet_diagnostic.CA5350.severity = suggestion # CA5350: Do Not Use Weak Crypto
94
dotnet_diagnostic.CA5351.severity = suggestion # CA5351: Do Not Use Broken Cryptographic Algorithms
95
dotnet_diagnostic.CA5359.severity = suggestion # CA5359: Do Not Disable Certificate Validation
96
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