Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

atifaziz
Copy link
Member

This PR leverages EqualityComparer<T>.Create that was introduced in .NET 8.

Copy link

codecov bot commented Nov 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@           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           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@atifaziz atifaziz merged commit a263661 into morelinq:master Nov 20, 2023
4 checks passed
@atifaziz atifaziz deleted the cc-EqualityComparer branch November 20, 2023 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant