Skip to content

Commit

Permalink
Avoid IDE030X suggestions for collection expressions that would catch…
Browse files Browse the repository at this point in the history
… semantics/perf (dotnet#100250)
  • Loading branch information
stephentoub authored Mar 25, 2024
1 parent 2c08933 commit 25f3883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ dotnet_style_readonly_field = true:suggestion
# Expression-level preferences
dotnet_style_object_initializer = true:suggestion
dotnet_style_collection_initializer = true:suggestion
dotnet_style_prefer_collection_expression = when_types_exactly_match
dotnet_style_explicit_tuple_names = true:suggestion
dotnet_style_coalesce_expression = true:suggestion
dotnet_style_null_propagation = true:suggestion
Expand Down

0 comments on commit 25f3883

Please sign in to comment.