Skip to content

Commit 93f2085

Browse files
CA1725 Correctly specify nature of breaking change (#45566)
* Update ca1725.md This is a breaking change even when not COM visible. Update text to reflect this fact. * Update ca1725.md
1 parent 55f5180 commit 93f2085

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ Consistent naming of parameters in an override hierarchy increases the usability
3333

3434
## How to fix violations
3535

36-
To fix a violation of this rule, rename the parameter to match the base declaration. The fix is a breaking change for COM visible methods.
36+
To fix a violation of this rule, rename the parameter to match the base declaration. The fix is a breaking change for callers who specify the parameter name.
3737

3838
## When to suppress warnings
3939

40-
Do not suppress a warning from this rule except for COM visible methods in libraries that have previously shipped.
40+
Do not suppress a warning from this rule except for visible methods in libraries that have previously shipped.
4141

4242
## Suppress a warning
4343

0 commit comments

Comments
 (0)