We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df417e commit 97d2ddcCopy full SHA for 97d2ddc
src/EffectiveCSharp.Analyzers/Build/Config/General.globalconfig
@@ -40,3 +40,10 @@ dotnet_diagnostic.CA1061.severity = warning
40
#
41
# Effective C# Item #12 - Prefer member initializers to assignment statements
42
dotnet_diagnostic.CA1805.severity = warning
43
+
44
+# Title: : Implement the standard Dispose pattern
45
+# Category : Design
46
+# Help Link: https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1063
47
+#
48
+# Effective C# Item #17 - Implement the standard Dispose pattern
49
+dotnet_diagnostic.CA1063.severity = warning
0 commit comments