Supress style suggestion for C# 12 primary constructors

This commit is contained in:
2023-11-05 21:32:21 +00:00
parent d8c828686e
commit eae1833e2b

View File

@ -10,6 +10,7 @@ trim_trailing_whitespace = true
[*.cs] [*.cs]
csharp_style_namespace_declarations = file_scoped:suggestion csharp_style_namespace_declarations = file_scoped:suggestion
csharp_style_prefer_primary_constructors = false
csharp_using_directive_placement = inside_namespace:suggestion csharp_using_directive_placement = inside_namespace:suggestion
# CA1710 Identifiers should have correct suffix # CA1710 Identifiers should have correct suffix