From 0eaf61b223ffd0a7c00901882910dcbddd5f388c Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Tue, 16 Jul 2024 17:53:51 +0100 Subject: [PATCH] Disabled IDE0072 --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index a0dd064d..1f978160 100644 --- a/.editorconfig +++ b/.editorconfig @@ -210,6 +210,8 @@ dotnet_diagnostic.IDE0058.severity = suggestion dotnet_diagnostic.IDE0060.severity = suggestion # Using statement can be simplified dotnet_diagnostic.IDE0063.severity = none +# Populate all cases of switch +dotnet_diagnostic.IDE0072.severity = none # Use block scoped namespace dotnet_diagnostic.IDE0160.severity = none # Use tuple to swap values