morelinq / MoreLINQ

Extensions to LINQ to Objects
https://morelinq.github.io/
Apache License 2.0
3.63k stars 409 forks source link

Use `EqualityComparer<T>.Create` from .NET 8 #1051

Closed atifaziz closed 7 months ago

atifaziz commented 7 months ago

This PR leverages EqualityComparer<T>.Create-system-func((-0-system-int32)))) that was introduced in .NET 8.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (c349f1d) 92.52% compared to head (a263661) 92.52%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1051 +/- ## ======================================= Coverage 92.52% 92.52% ======================================= Files 113 113 Lines 3413 3413 Branches 1058 1058 ======================================= Hits 3158 3158 Misses 189 189 Partials 66 66 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.