We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65384c6 commit 5a5a42cCopy full SHA for 5a5a42c
src/Microsoft.CodeAnalysis.NetAnalyzers/src/RulesMissingDocumentation.md
@@ -6,3 +6,4 @@ CA1873 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-
6
CA1874 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1874> | Use 'Regex.IsMatch' |
7
CA1875 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1875> | Use 'Regex.Count' |
8
CA2023 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2023> | Invalid braces in message template |
9
+CA2026 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2026> | Prefer JsonElement.Parse over JsonDocument.Parse().RootElement |
0 commit comments