From 7e83be1720a4b1e8aa0663eeecdfaf8457fa6072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amaury=20Lev=C3=A9?= Date: Tue, 3 Dec 2024 10:35:47 +0100 Subject: [PATCH] Disable IDE0032 --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index e323c80086..fd9640b60c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -132,7 +132,7 @@ dotnet_diagnostic.IDE0020.severity = warning # IDE0020: IDE0038: Use dotnet_diagnostic.IDE0028.severity = warning # IDE0028: Simplify collection initialization dotnet_diagnostic.IDE0031.severity = warning # IDE0031: Use null propagation dotnet_style_null_propagation = true:warning # IDE0031: Use null propagation -dotnet_diagnostic.IDE0032.severity = warning # IDE0032: Use auto-implemented property +dotnet_diagnostic.IDE0032.severity = none # IDE0032: Use auto-implemented property dotnet_diagnostic.IDE0034.severity = warning # IDE0034: Simplify 'default' expression dotnet_diagnostic.IDE0035.severity = warning # IDE0035: Remove unreachable code dotnet_diagnostic.IDE0036.severity = warning # IDE0036: Order modifiers