From a62140a01707ad4566b91f7d7ef373514971615a Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Tue, 11 Mar 2025 21:17:40 +0100 Subject: [PATCH] Disable IDE0305 --- src/.editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/.editorconfig b/src/.editorconfig index b11c97519..ba1aef37e 100644 --- a/src/.editorconfig +++ b/src/.editorconfig @@ -229,3 +229,4 @@ dotnet_naming_style.begins_with_i.capitalization = pascal_case # Escalate 'Style' / IDE diagnostics to warnings to have them enabled in CLI builds dotnet_analyzer_diagnostic.category-Style.severity = warning +dotnet_diagnostic.IDE0305.severity = none # Use collection expression for fluent