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

Restore ExceptBy operator #449

Merged
merged 1 commit into from
May 22, 2023
Merged

Restore ExceptBy operator #449

merged 1 commit into from
May 22, 2023

Conversation

viceroypenguin
Copy link
Owner

This PR restores the ExceptBy operator, since the SuperLinq versino does not actually conflict with the corelib version. DistinctBy is still shadowed by corelib, so it is unchanged in this PR.

Fixes #444

@viceroypenguin viceroypenguin added this to the 5.1.0 milestone May 22, 2023
@viceroypenguin viceroypenguin enabled auto-merge (squash) May 22, 2023 23:38
@codecov
Copy link

codecov bot commented May 22, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (260308c) 91.20% compared to head (08d0bea) 91.20%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #449   +/-   ##
=======================================
  Coverage   91.20%   91.20%           
=======================================
  Files         245      245           
  Lines        7741     7741           
  Branches     1588     1588           
=======================================
  Hits         7060     7060           
  Misses        462      462           
  Partials      219      219           
Impacted Files Coverage Δ
Source/SuperLinq/ExceptBy.cs 100.00% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@viceroypenguin viceroypenguin merged commit f286e0c into master May 22, 2023
@viceroypenguin viceroypenguin deleted the restore-exceptby branch May 22, 2023 23:45
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.

Restore ExceptBy
1 participant