Skip to content

Commit 5a5a42c

Browse files
committed
Add CA2026 to rules missing documentation
1 parent 65384c6 commit 5a5a42c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Microsoft.CodeAnalysis.NetAnalyzers/src/RulesMissingDocumentation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ CA1873 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-
66
CA1874 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1874> | Use 'Regex.IsMatch' |
77
CA1875 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1875> | Use 'Regex.Count' |
88
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

Comments
 (0)