Skip to content

Commit b6c72c9

Browse files
committed
refs
1 parent 2383529 commit b6c72c9

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

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
@@ -9,7 +9,7 @@
99
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
1010
<PackageVersion Include="OpenMcdf" Version="3.0.3" />
1111
<PackageVersion Include="Polyfill" Version="8.8.1" />
12-
<PackageVersion Include="ProjectDefaults" Version="1.0.157" />
12+
<PackageVersion Include="ProjectDefaults" Version="1.0.158" />
1313
<PackageVersion Include="Verify.DiffPlex" Version="3.1.2" />
1414
<PackageVersion Include="Verify.XunitV3" Version="30.13.0" />
1515
<PackageVersion Include="xunit.v3" Version="3.0.1" />

0 commit comments

Comments
 (0)