From be67f76eb41d25af63203ecc106e9b4edb13a847 Mon Sep 17 00:00:00 2001 From: xtqqczze Date: Thu, 24 Dec 2020 04:12:39 +0000 Subject: [PATCH] Enable IDE0076: InvalidSuppressMessageAttribute https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0076 --- .globalconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.globalconfig b/.globalconfig index 9fe56a6dc21..16bd17ee6a9 100644 --- a/.globalconfig +++ b/.globalconfig @@ -956,7 +956,7 @@ dotnet_diagnostic.IDE0074.severity = warning dotnet_diagnostic.IDE0075.severity = warning # IDE0076: InvalidSuppressMessageAttribute -dotnet_diagnostic.IDE0076.severity = silent +dotnet_diagnostic.IDE0076.severity = warning # IDE0077: LegacyFormatSuppressMessageAttribute dotnet_diagnostic.IDE0077.severity = silent