From 0c5d376c8c29f3fcc1fbab2535e6ee75ebb96101 Mon Sep 17 00:00:00 2001
From: Octol1ttle <l1ttleofficial@outlook.com>
Date: Sun, 17 Dec 2023 18:39:00 +0500
Subject: [PATCH] fix(.editorconfig): disable "Convert to Primary Constructor"
 warning

---
 .editorconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.editorconfig b/.editorconfig
index 4982036..ff9c068 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1022,7 +1022,7 @@ resharper_convert_to_constant_local_highlighting = warning
 resharper_convert_to_lambda_expression_highlighting = warning
 resharper_convert_to_local_function_highlighting = warning
 resharper_convert_to_null_coalescing_compound_assignment_highlighting = warning
-resharper_convert_to_primary_constructor_highlighting = warning
+resharper_convert_to_primary_constructor_highlighting = none
 resharper_convert_to_static_class_highlighting = warning
 resharper_convert_to_using_declaration_highlighting = warning
 resharper_convert_type_check_pattern_to_null_check_highlighting = warning