From 9fcc844daeb2fd088634242356aadaf147c4a6ae Mon Sep 17 00:00:00 2001 From: MrKev312 <34964788+MrKev312@users.noreply.github.com> Date: Fri, 1 Aug 2025 22:53:34 +0200 Subject: [PATCH] Suppress IDE0079: Remove unnecessary suppression --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 1059bcdeb..d07171d67 100644 --- a/.editorconfig +++ b/.editorconfig @@ -262,6 +262,7 @@ dotnet_diagnostic.IDE0301.severity = none dotnet_diagnostic.IDE0302.severity = none dotnet_diagnostic.IDE0305.severity = none dotnet_diagnostic.CS9113.severity = none # CS9113: Parameter 'value' is unread +dotnet_diagnostic.IDE0079.severity = none # IDE0079: Remove unnecessary suppression dotnet_diagnostic.IDE0130.severity = none # IDE0130: Namespace does not match folder structure [src/Ryujinx/UI/ViewModels/**.cs]