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

Add overloads that return tuples as default projections #598

Draft
wants to merge 53 commits into
base: master
Choose a base branch
from

Conversation

atifaziz
Copy link
Member

This PR addresses #587.

atifaziz and others added 5 commits November 8, 2019 17:30
Tuple-returning overload for Lag
Co-Authored-By: Atif Aziz <code@raboof.com>
Lead overload returning tuple (T, T).
Conflicts:

- MoreLinq/Extensions.g.cs
Conflicts resolved:

- MoreLinq.Test/PairwiseTest.cs
@codecov
Copy link

codecov bot commented Oct 21, 2023

Codecov Report

Merging #598 (7908cda) into master (66f7cab) will decrease coverage by 0.49%.
The diff coverage is 67.16%.

❗ Current head 7908cda differs from pull request most recent head 259c31f. Consider uploading reports for the commit 259c31f to get more accurate results

@@            Coverage Diff             @@
##           master     #598      +/-   ##
==========================================
- Coverage   92.63%   92.14%   -0.49%     
==========================================
  Files         113      113              
  Lines        3421     3488      +67     
  Branches     1056     1079      +23     
==========================================
+ Hits         3169     3214      +45     
- Misses        189      211      +22     
  Partials       63       63              
Files Coverage Δ
MoreLinq/Pairwise.cs 94.11% <100.00%> (+0.36%) ⬆️
MoreLinq/CountDown.cs 88.23% <66.66%> (-2.09%) ⬇️
MoreLinq/TagFirstLast.cs 90.90% <66.66%> (-3.83%) ⬇️
MoreLinq/Lag.cs 92.10% <66.66%> (-4.77%) ⬇️
MoreLinq/Lead.cs 90.62% <66.66%> (-5.53%) ⬇️
MoreLinq/EquiZip.cs 91.37% <66.66%> (-4.54%) ⬇️
MoreLinq/ZipLongest.cs 76.66% <66.66%> (-4.29%) ⬇️
MoreLinq/ZipShortest.cs 78.78% <66.66%> (-4.55%) ⬇️
MoreLinq/Cartesian.g.cs 62.63% <66.66%> (+0.52%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Conflicts resolved:

- README.md
Tuple-returning overload for Cartesian
Conflicts resolved:

- MoreLinq/PublicAPI/net6.0/PublicAPI.Unshipped.txt
- MoreLinq/PublicAPI/netstandard2.0/PublicAPI.Unshipped.txt
- MoreLinq/PublicAPI/netstandard2.1/PublicAPI.Unshipped.txt
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

2 participants