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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ helpviewer_keywords:
10
10
- ParameterNamesShouldMatchBaseDeclaration
11
11
author: gewarren
12
12
ms.author: gewarren
13
+
dev_langs:
14
+
- CSharp
13
15
---
14
16
# CA1725: Parameter names should match base declaration
15
17
@@ -35,6 +37,10 @@ Consistent naming of parameters in an override hierarchy increases the usability
35
37
36
38
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.
0 commit comments