Skip to content

Commit

Permalink
Run mspack again
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentoub committed Jun 28, 2023
1 parent 116022b commit fe0d27a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NetAnalyzers/RulesMissingDocumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ CA1513 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-
CA1856 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1856> | Incorrect usage of ConstantExpected attribute |
CA1857 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1857> | A constant is expected for the parameter |
CA1862 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1862> | Prefer using 'StringComparer' to perform case-insensitive string comparisons |
CA1863 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1863> | Use 'CompositeFormat' |
CA2021 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2021> | Do not call Enumerable.Cast\<T> or Enumerable.OfType\<T> with incompatible types |
CA2261 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2261> | Do not use ConfigureAwaitOptions.SuppressThrowing with Task\<TResult> |

0 comments on commit fe0d27a

Please sign in to comment.