From 946c0c468e0cfba361d54219e50044227e165270 Mon Sep 17 00:00:00 2001 From: Stefan Nikolei Date: Sat, 21 Jun 2025 19:58:14 +0200 Subject: [PATCH] Also configure it for rider/resharper --- .editorconfig | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.editorconfig b/.editorconfig index 4aaab02c1a..af1e5b44c1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -161,9 +161,6 @@ csharp_style_deconstructed_variable_declaration = true:warning csharp_style_prefer_index_operator = true:warning csharp_style_prefer_range_operator = true:warning csharp_style_implicit_object_creation_when_type_is_apparent = true:error -# Collection expression preferences -# dotnet_style_prefer_collection_expression = true:error - # "Null" checking preferences csharp_style_throw_expression = true:warning csharp_style_conditional_delegate_call = true:warning @@ -178,11 +175,6 @@ csharp_prefer_static_local_function = true:warning # Primary constructor preferences csharp_style_prefer_primary_constructors = false:none -# ReSharper inspection severities -resharper_arrange_object_creation_when_type_evident_highlighting = error -resharper_arrange_object_creation_when_type_not_evident_highlighting = error -# resharper_use_collection_expression_highlighting = error - ########################################## # Unnecessary Code Rules # https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/unnecessary-code-rules