File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,6 +34,9 @@ resharper_replace_with_single_call_to_first_or_default_highlighting = error
3434# Replace with single call to Any(..)
3535resharper_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(..)
3841resharper_replace_with_single_call_to_count_highlighting = error
3942
@@ -272,6 +275,9 @@ dotnet_style_coalesce_expression = false:error
272275dotnet_style_null_propagation = true :error
273276dotnet_style_explicit_tuple_names = true :error
274277
278+ # Use collection expression syntax
279+ resharper_use_collection_expression_highlighting = error
280+
275281# Prefer "var" everywhere
276282csharp_style_var_for_built_in_types = true :error
277283csharp_style_var_when_type_is_apparent = true :error
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments