From 6b971e621d5887d335a7b9f58abe3c1dea4bca37 Mon Sep 17 00:00:00 2001 From: Dennis Dyall Date: Wed, 14 Aug 2024 18:52:32 +0200 Subject: [PATCH] As suggestion instead of warning --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 96a971cd..33ca8339 100644 --- a/.editorconfig +++ b/.editorconfig @@ -86,9 +86,9 @@ dotnet_style_readonly_field = true:warning #### C# Coding Conventions #### # var preferences -csharp_style_var_elsewhere = true:warning +csharp_style_var_elsewhere = true:suggestion csharp_style_var_for_built_in_types = false:suggestion -csharp_style_var_when_type_is_apparent = true:warning +csharp_style_var_when_type_is_apparent = true:suggestion # Pattern matching preferences csharp_style_pattern_matching_over_as_with_null_check = true:suggestion