@@ -21,7 +21,7 @@ CA1859 | Performance | Info | UseConcreteTypeAnalyzer, [Documentation](https://l
2121CA1860 | Performance | Info | PreferLengthCountIsEmptyOverAnyAnalyzer,[ Documentation] ( https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1860 )
2222CA1861 | Performance | Info | AvoidConstArrays,[ Documentation] ( https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861 )
2323CA1862 | Performance | Info | RecommendCaseInsensitiveStringComparison,[ Documentation] ( https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1862 )
24- CA1863 | Performance | Hidden | UseCompositeFormatAnalyzer,[ Documentation] ( https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1862 )
24+ CA1863 | Performance | Hidden | UseCompositeFormatAnalyzer,[ Documentation] ( https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1863 )
2525CA1864 | Performance | Info | PreferDictionaryTryAddValueOverGuardedAddAnalyzer,[ Documentation] ( https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1864 )
2626CA2021 | Reliability | Warning | DoNotCallEnumerableCastOrOfTypeWithIncompatibleTypesAnalyzer,[ Documentation] ( https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2021 )
2727