From b9a111aa735fe2c9558e86340feef457a89b1dd2 Mon Sep 17 00:00:00 2001 From: elachlan <2433737+elachlan@users.noreply.github.com> Date: Tue, 11 Jan 2022 09:58:01 +1000 Subject: [PATCH] Disable CA1805 --- eng/Common.globalconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Common.globalconfig b/eng/Common.globalconfig index ba9176829ef..ea3b29d6069 100644 --- a/eng/Common.globalconfig +++ b/eng/Common.globalconfig @@ -248,7 +248,7 @@ dotnet_diagnostic.CA1801.severity = none dotnet_diagnostic.CA1802.severity = warning # Do not initialize unnecessarily -dotnet_diagnostic.CA1805.severity = suggestion +dotnet_diagnostic.CA1805.severity = none dotnet_diagnostic.CA1806.severity = none