File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
src/EffectiveCSharp.Analyzers/Build/Config Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -20,4 +20,11 @@ csharp_style_var_when_type_is_apparent = true
20
20
csharp_style_pattern_matching_over_as_with_null_check = true:warning
21
21
csharp_style_pattern_matching_over_is_with_cast_check = true:warning
22
22
csharp_style_prefer_not_pattern = true:warning
23
- csharp_style_prefer_pattern_matching = true:warning
23
+ csharp_style_prefer_pattern_matching = true:warning
24
+
25
+ # Title : Use the new Modifier Only to React to Base Class Updates
26
+ # Category : Style
27
+ # Help Link: https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1061
28
+ #
29
+ # Effective C# Item #10 - Use the new modifier only to react to base class Updates
30
+ dotnet_diagnostic.CA1061.severity = warning
You can’t perform that action at this time.
0 commit comments