From 5949ebbb12993de17dd83bc6cacb152dcc89f51b Mon Sep 17 00:00:00 2001 From: Anthony Simmon Date: Thu, 22 Feb 2024 13:34:52 -0500 Subject: [PATCH] Update src/files/3_AllProjectsAnalyzers.editorconfig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Gérald Barré --- src/files/3_AllProjectsAnalyzers.editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/files/3_AllProjectsAnalyzers.editorconfig b/src/files/3_AllProjectsAnalyzers.editorconfig index 37c9c93..221b0fd 100644 --- a/src/files/3_AllProjectsAnalyzers.editorconfig +++ b/src/files/3_AllProjectsAnalyzers.editorconfig @@ -458,7 +458,7 @@ dotnet_diagnostic.CA1848.severity = none dotnet_diagnostic.CA1859.severity = none # CA1860: Avoid using 'Enumerable.Any()' extension method (instead of Length, Count or IsEmpty) -# Disabled because the modern version of 'Any()'' has been significantly optimized for types that implement IReadOnlyCollection +# Disabled because the modern version of 'Any()' has been significantly optimized for types that implement IReadOnlyCollection # 'Any' may also be considered more readable in some cases dotnet_diagnostic.CA1860.severity = none