We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b72eb5 commit 25e6142Copy full SHA for 25e6142
.globalconfig
@@ -510,6 +510,10 @@ dotnet_diagnostic.CA1846.severity = warning
510
# https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1847
511
dotnet_diagnostic.CA1847.severity = warning
512
513
+# CA1852: Seal internal types
514
+# https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852
515
+dotnet_diagnostic.CA1852.severity = warning
516
+
517
# CA1868: Unnecessary call to 'Contains' for sets
518
# https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1868
519
dotnet_diagnostic.CA1868.severity = warning
0 commit comments