Skip to content

Commit c0f764f

Browse files
committed
refs
1 parent 0075ffe commit c0f764f

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

src/.editorconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ resharper_replace_with_single_call_to_first_or_default_highlighting = error
3434
# Replace with single call to Any(..)
3535
resharper_replace_with_single_call_to_any_highlighting = error
3636

37+
# Simplify negative equality expression
38+
resharper_negative_equality_expression_highlighting = error
39+
3740
# Replace with single call to Count(..)
3841
resharper_replace_with_single_call_to_count_highlighting = error
3942

@@ -272,6 +275,9 @@ dotnet_style_coalesce_expression = false:error
272275
dotnet_style_null_propagation = true:error
273276
dotnet_style_explicit_tuple_names = true:error
274277

278+
# Use collection expression syntax
279+
resharper_use_collection_expression_highlighting = error
280+
275281
# Prefer "var" everywhere
276282
csharp_style_var_for_built_in_types = true:error
277283
csharp_style_var_when_type_is_apparent = true:error

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.9" />
1717
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
1818
<PackageVersion Include="Microsoft.Sbom.Targets" Version="4.1.2" />
19-
<PackageVersion Include="ProjectDefaults" Version="1.0.157" />
19+
<PackageVersion Include="ProjectDefaults" Version="1.0.158" />
2020
<PackageVersion Include="Verify.DiffPlex" Version="3.1.2" />
2121
<PackageVersion Include="Verify.Http" Version="7.0.0" />
2222
<PackageVersion Include="Verify.XunitV3" Version="30.13.0" />

0 commit comments

Comments
 (0)