Skip to content

Commit 97d2ddc

Browse files
authored
Add Item 17: update configuration to enable CA1063 as warning (#67)
Updates the shipping `.globalconfig` to enable CA1063 as Warning Resolves #60
1 parent 4df417e commit 97d2ddc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: src/EffectiveCSharp.Analyzers/Build/Config/General.globalconfig

+7
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,10 @@ dotnet_diagnostic.CA1061.severity = warning
4040
#
4141
# Effective C# Item #12 - Prefer member initializers to assignment statements
4242
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

Comments
 (0)