You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/fundamentals/code-analysis/quality-rules/ca1725.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,11 +33,11 @@ Consistent naming of parameters in an override hierarchy increases the usability
33
33
34
34
## How to fix violations
35
35
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.
37
37
38
38
## When to suppress warnings
39
39
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.
0 commit comments