diff --git a/.editorconfig b/.editorconfig index c23839f..870dcc1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -240,6 +240,7 @@ csharp_preserve_single_line_statements = true csharp_style_namespace_declarations = file_scoped:error csharp_style_implicit_object_creation_when_type_is_apparent = false +csharp_style_prefer_primary_constructors = false # CA1822: Mark members as static dotnet_diagnostic.CA1822.severity = none