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

[release/9.0] Fix LINQ Last() in ConcatNIterator to also check base case (Concat2Iterator) #108664

Merged
merged 3 commits into from
Oct 8, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 8, 2024

Backport of #108486 to release/9.0

/cc @eiriktsarpalis @andrewjsaid

Customer Impact

  • Customer reported
  • Found internally

Fixes a customer reported regression on the Enumerable.Last() method that was introduced in .NET 9.

Regression

  • Yes
  • No

Introduced by 7e1e3e4.

Testing

Added unit testing validating the fix.

Risk

Low. Makes a small and targeted fix to the impacted method.

Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-linq
See info in area-owners.md if you want to be subscribed.

@eiriktsarpalis eiriktsarpalis added this to the 9.0.0 milestone Oct 8, 2024
@eiriktsarpalis eiriktsarpalis self-assigned this Oct 8, 2024
@eiriktsarpalis eiriktsarpalis added the Servicing-consider Issue for next servicing release review label Oct 8, 2024
@jeffhandley jeffhandley added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Oct 8, 2024
@jeffhandley
Copy link
Member

/ba-g Failures are unrelated and known test issues in networking tests

@jeffhandley jeffhandley merged commit dfff9ad into release/9.0 Oct 8, 2024
84 of 91 checks passed
@jeffhandley jeffhandley deleted the backport/pr-108486-to-release/9.0 branch October 8, 2024 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Linq Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants