From f46eab822f36b0c813c7560056911f268204c241 Mon Sep 17 00:00:00 2001 From: Edward Miller Date: Tue, 16 Jan 2024 23:34:40 -0600 Subject: [PATCH] silence warning --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 61ddb21..30e9ba5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -425,6 +425,7 @@ end_of_line = crlf # IDE0010: Add missing cases dotnet_diagnostic.IDE0010.severity = silent +dotnet_diagnostic.IDE0072.severity = silent ########################################## # License