From ba3cc69b551950d359f1a9bfbbebd73f52630471 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 6 May 2021 18:29:29 +0200 Subject: [PATCH] warning suppress --- IOB-WIN-NEXT/.editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/IOB-WIN-NEXT/.editorconfig b/IOB-WIN-NEXT/.editorconfig index 0a801cd7..1f5c7e08 100644 --- a/IOB-WIN-NEXT/.editorconfig +++ b/IOB-WIN-NEXT/.editorconfig @@ -26,3 +26,6 @@ dotnet_diagnostic.CA1307.severity = none # CA1063: Implement IDisposable Correctly dotnet_diagnostic.CA1063.severity = none + +# CA1805: Do not initialize unnecessarily +dotnet_diagnostic.CA1805.severity = none