Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 839 Bytes

RulesMissingDocumentation.md

File metadata and controls

9 lines (8 loc) · 839 Bytes

Rules without documentation

Rule ID Missing Help Link Title
CA1311 https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1311 Specify a culture or use an invariant version
CA1421 https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1421 This method uses runtime marshalling even when the 'DisableRuntimeMarshallingAttribute' is applied
CA1852 https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852 Seal internal types
CA1853 https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1853 Unnecessary call to 'Dictionary.ContainsKey(key)'
CA1855 https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1855 Prefer 'Clear' over 'Fill'