Skip to content

Commit 43f7233

Browse files
committed
refs and cleanup
1 parent 58ed3ca commit 43f7233

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/.editorconfig

Lines changed: 3 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

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageVersion Include="Microsoft.Sbom.Targets" Version="4.1.2" />
1313
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
1414
<PackageVersion Include="Polyfill" Version="9.0.0-beta.9" />
15-
<PackageVersion Include="ProjectDefaults" Version="1.0.157" />
15+
<PackageVersion Include="ProjectDefaults" Version="1.0.158" />
1616
<PackageVersion Include="Resourcer.Fody" Version="1.8.1" />
1717
<PackageVersion Include="System.Collections.Immutable" Version="8.0.0" />
1818
<PackageVersion Include="Serilog" Version="4.3.0" />

0 commit comments

Comments
 (0)