From 65ca6be4cd06016ba9ecb992d57a44e469facdfd Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Mon, 4 Dec 2023 10:43:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 4f2f9fb27..64d1211b1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -160,6 +160,7 @@ dotnet_diagnostic.CS8073.severity = none dotnet_diagnostic.CS0414.severity = none dotnet_diagnostic.CS1573.severity = none dotnet_diagnostic.CS0109.severity = none +dotnet_diagnostic.CS1587.severity = none csharp_style_prefer_method_group_conversion = true:silent csharp_style_prefer_top_level_statements = true:silent