From eae1833e2bc0e0b064a73dfe4109b940f3b85efd Mon Sep 17 00:00:00 2001 From: James Chapman Date: Sun, 5 Nov 2023 21:32:21 +0000 Subject: [PATCH] Supress style suggestion for C# 12 primary constructors --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index b9085fe..14b3923 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,6 +10,7 @@ trim_trailing_whitespace = true [*.cs] csharp_style_namespace_declarations = file_scoped:suggestion +csharp_style_prefer_primary_constructors = false csharp_using_directive_placement = inside_namespace:suggestion # CA1710 Identifiers should have correct suffix