From cc23f2e653f7e88c30c2fb1fcab35b69ed1c0494 Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Sat, 27 Jul 2024 13:57:14 -0500 Subject: [PATCH] chore(style): Change WithExpressionModifiesAllMembers to suggestion --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index d6e8750b..3745b364 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1581,7 +1581,7 @@ resharper_web_config_wrong_module_highlighting = warning resharper_web_ignored_path_highlighting = none resharper_web_mapped_path_highlighting = hint resharper_with_expression_instead_of_initializer_highlighting = suggestion -resharper_with_expression_modifies_all_members_highlighting = warning +resharper_with_expression_modifies_all_members_highlighting = suggestion resharper_wrong_indent_size_highlighting = none resharper_zero_index_from_end_highlighting = warning