From 9ca88124ff0231e331c69a9371a9d4ea03c05cc4 Mon Sep 17 00:00:00 2001 From: Brad Wilson Date: Mon, 11 Dec 2023 12:57:39 -0800 Subject: [PATCH] Turn off CA1014 --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 87e0bcbe..f4a7d37b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -224,6 +224,7 @@ dotnet_naming_style.begins_with_i.capitalization = pascal_case dotnet_diagnostic.CA1000.severity = none # Do not declare static members on generic types dotnet_diagnostic.CA1002.severity = none # Do not expose generic lists +dotnet_diagnostic.CA1014.severity = none # Mark assemblies with CLSCompliantAttribute dotnet_diagnostic.CA1034.severity = none # Do not nest types dotnet_diagnostic.CA1707.severity = none # Remove the underscores from type name dotnet_diagnostic.CA1720.severity = none # Identifier contains type name