From 5134412c9fda6dcdb7c67e42687aa9e7d1d238b3 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 6 Apr 2026 09:02:31 -0500 Subject: [PATCH] chore: configure analzyer warnings --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 8296f0a..9ef75e6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -90,6 +90,7 @@ dotnet_remove_unnecessary_suppression_exclusions = none #### C# Coding Conventions #### [*.cs] +dotnet_diagnostic.IDE0053.severity = none dotnet_diagnostic.IDE0058.severity = none dotnet_diagnostic.IDE0100.severity = none