From b0dd33f28adda1a6d02a401db386450cd34002c5 Mon Sep 17 00:00:00 2001 From: stdrickforce Date: Mon, 7 Nov 2022 16:12:59 +0800 Subject: [PATCH] silent IDE0090 check --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index afda725e8..c38d49ea0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -247,3 +247,6 @@ dotnet_diagnostic.IDE0058.severity = none # IDE0022: Use block body for methods dotnet_diagnostic.IDE0022.severity = none + +# IDE0090: Use 'new(...)' +dotnet_diagnostic.IDE0090.severity = silent