Skip to content

Commit 67f3a58

Browse files
authored
Updated reference to CA1052 (#22309)
Updated reference to CA1052 to use the correct description of the rule.
1 parent b5055d3 commit 67f3a58

File tree

1 file changed

+1
-1
lines changed
  • docs/fundamentals/code-analysis/quality-rules

1 file changed

+1
-1
lines changed

docs/fundamentals/code-analysis/quality-rules/ca1053.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.author: gewarren
2121
| **Fix is breaking or non-breaking** |Breaking|
2222

2323
> [!NOTE]
24-
> Rule CA1053 only applies to legacy Visual Studio code analysis. In the .NET code-quality analyzers, it's combined into rule [CA1052: Static holder types should be sealed](ca1052.md).
24+
> Rule CA1053 only applies to legacy Visual Studio code analysis. In the .NET code-quality analyzers, it's combined into rule [CA1052: Static holder types should be Static or NotInheritable](ca1052.md).
2525
2626
## Cause
2727

0 commit comments

Comments
 (0)