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.
2 parents 132a823 + 8a9aa0c commit d0f141bCopy full SHA for d0f141b
.editorconfig
@@ -177,6 +177,9 @@ csharp_using_directive_placement = outside_namespace:warning
177
csharp_prefer_static_local_function = true:warning
178
# Primary constructor preferences
179
csharp_style_prefer_primary_constructors = false:none
180
+# Collection preferences
181
+dotnet_style_prefer_collection_expression = true:error
182
+resharper_use_collection_expression_highlighting =true:error
183
184
##########################################
185
# Unnecessary Code Rules
0 commit comments