From 22cd868b1d058d36339c68bbd5009f194dfb7e90 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Mon, 7 Jul 2025 20:43:32 +0100 Subject: [PATCH] [Dependencies] Update project files to adjust warning settings --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index cb0ffab..b656bd8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1464,6 +1464,7 @@ dotnet_diagnostic.ph2045.severity = none dotnet_diagnostic.ph2067.severity = none dotnet_diagnostic.ph2068.severity = none dotnet_diagnostic.ph2069.severity = warning +dotnet_diagnostic.ph2070.severity = warning dotnet_diagnostic.ph2075.severity = none dotnet_diagnostic.ph2079.severity = none dotnet_diagnostic.ph2081.severity = none @@ -1477,6 +1478,7 @@ dotnet_diagnostic.ph2098.severity = warning dotnet_diagnostic.ph2101.severity = warning dotnet_diagnostic.ph2102.severity = none dotnet_diagnostic.mt1001.severity = warning +dotnet_diagnostic.mt1002.severity = warning [*.{razor}] resharper_normalize_tag_names = false \ No newline at end of file