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 132a823 commit 8a9aa0cCopy full SHA for 8a9aa0c
.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