From 5182a8a99a5a1288e796f2d52130a2c40a20a8df Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Sat, 12 Nov 2022 16:22:13 +0200 Subject: [PATCH] Update RulesMissingDocumentation.md --- src/NetAnalyzers/RulesMissingDocumentation.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/NetAnalyzers/RulesMissingDocumentation.md b/src/NetAnalyzers/RulesMissingDocumentation.md index 8a80af85a4..b3c8905c00 100644 --- a/src/NetAnalyzers/RulesMissingDocumentation.md +++ b/src/NetAnalyzers/RulesMissingDocumentation.md @@ -3,11 +3,7 @@ Rule ID | Missing Help Link | Title | --------|-------------------|-------| CA1311 | | Specify a culture or use an invariant version | -CA1420 | | Property, type, or attribute requires runtime marshalling | CA1421 | | This method uses runtime marshalling even when the 'DisableRuntimeMarshallingAttribute' is applied | -CA1422 | | Validate platform compatibility | CA1852 | | Seal internal types | CA1853 | | Unnecessary call to 'Dictionary.ContainsKey(key)' | CA1855 | | Prefer 'Clear' over 'Fill' | -CA2019 | | Improper 'ThreadStatic' field initialization | -CA2259 | | 'ThreadStatic' only affects static fields |