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/code-quality/ca1507.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ A `string` literal or constant that matches the name of a parameter of the conta
29
29
30
30
## Rule description
31
31
32
-
Rule CA1507 flags the use of a `string` literal as an argument to a method or constructor where a [nameof](/dotnet/csharp/language-reference/keywords/nameof) (`NameOf` in Visual Basic) expression would add readability and maintainability. The rule fires if all of the following conditions are met:
32
+
Rule CA1507 flags the use of a `string` literal as an argument to a method or constructor where a [nameof](/dotnet/csharp/language-reference/keywords/nameof) (`NameOf` in Visual Basic) expression would add maintainability. The rule fires if all of the following conditions are met:
0 commit comments