From a7020823b3afb3332daf3d79462319357d78abbc Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Sat, 17 Aug 2024 11:26:26 -0500 Subject: [PATCH] chore(style): Collection expression analysis set to warning level --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 3745b364..d9715e99 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1584,6 +1584,7 @@ resharper_with_expression_instead_of_initializer_highlighting = suggestion resharper_with_expression_modifies_all_members_highlighting = suggestion resharper_wrong_indent_size_highlighting = none resharper_zero_index_from_end_highlighting = warning +resharper_use_collection_expression_highlighting = warning [*.{cs,ps1}] indent_size = 4