From 4c2bd03ef615d7f0629807775c0e2d88ff8a7f8c Mon Sep 17 00:00:00 2001 From: Cj <161484149+CJ-SPT@users.noreply.github.com> Date: Wed, 1 Oct 2025 05:31:13 -0400 Subject: [PATCH] Disable collection/accessor warnings for resharper --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index 7d8439dc..bfc8e939 100644 --- a/.editorconfig +++ b/.editorconfig @@ -147,6 +147,8 @@ resharper_wrap_object_and_collection_initializer_style = chop_always resharper_merge_into_pattern_highlighting = none resharper_member_can_be_made_static_global_highlighting = none resharper_possible_multiple_enumeration_highlighting = none +resharper_collection_never_updated_global_highlighting = none +resharper_unused_auto_property_accessor_global_highlighting = none # Ignored warnings dotnet_diagnostic.CS1591.severity = none