We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1497a32 commit 0d48f38Copy full SHA for 0d48f38
.editorconfig
@@ -172,6 +172,8 @@ dotnet_diagnostic.IDE0063.severity = suggestion
172
csharp_using_directive_placement = outside_namespace:warning
173
# Modifier preferences
174
csharp_prefer_static_local_function = true:warning
175
+# Primary constructor preferences
176
+csharp_style_prefer_primary_constructors = false:none
177
178
##########################################
179
# Unnecessary Code Rules
0 commit comments