Skip to content

Commit

Permalink
Finish rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Kritner committed Apr 11, 2024
1 parent b3443e3 commit 211c166
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/NetAnalyzers/RulesMissingDocumentation.md
Expand Up @@ -2,7 +2,5 @@

Rule ID | Missing Help Link | Title |
--------|-------------------|-------|
CA1871 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1871> | Do not pass a nullable struct to 'ArgumentNullException.ThrowIfNull' |
CA2022 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022> | Avoid inexact read with 'Stream.Read' |
CA2264 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2264> | Do not pass a non-nullable value to 'ArgumentNullException.ThrowIfNull' |
CA2265 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265> | Do not compare Span\<T> to 'null' or 'default' |

0 comments on commit 211c166

Please sign in to comment.