We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec0111 commit 4e69452Copy full SHA for 4e69452
.globalconfig
@@ -574,6 +574,10 @@ dotnet_diagnostic.CA2016.severity = suggestion
574
# https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2021
575
dotnet_diagnostic.CA2021.severity = warning
576
577
+# CA2022: Avoid inexact read with 'Stream.Read'
578
+# https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022
579
+dotnet_diagnostic.CA2022.severity = warning
580
+
581
# CA2100: Review SQL queries for security vulnerabilities
582
# https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2100
583
dotnet_diagnostic.CA2100.severity = none
0 commit comments