Skip to content

Commit 576cea4

Browse files
authored
Fix link to GitHub repo (#23463)
1 parent 8ab60c5 commit 576cea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fundamentals/code-analysis/code-quality-rule-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ This section lists some of the available options. To see the full list of availa
100100

101101
| Description | Allowable values | Default value | Configurable rules |
102102
| - | - | - | - |
103-
| Names of null-check validation methods that validate that arguments passed to the method are non-null | Allowed method name formats (separated by `|`):<br/> - Method name only (includes all methods with the name, regardless of the containing type or namespace)<br/> - Fully qualified names in the symbol's [documentation ID format](https://github.com/dotnet/csharplang/blob/main/spec/documentation-comments.md#id-string-format), with an optional `M:` prefix | None | [CA1062](quality-rules/ca1062.md) |
103+
| Names of null-check validation methods that validate that arguments passed to the method are non-null | Allowed method name formats (separated by `|`):<br/> - Method name only (includes all methods with the name, regardless of the containing type or namespace)<br/> - Fully qualified names in the symbol's [documentation ID format](/dotnet/csharp/language-reference/language-specification/documentation-comments#id-string-format), with an optional `M:` prefix | None | [CA1062](quality-rules/ca1062.md) |
104104

105105
### additional_string_formatting_methods
106106

0 commit comments

Comments
 (0)