-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Fix Queryable-to-Enumerable overload mapping logic #65569
Fix Queryable-to-Enumerable overload mapping logic #65569
Conversation
Tagging subscribers to this area: @dotnet/area-system-linq |
src/libraries/System.Linq.Queryable/src/System/Linq/EnumerableRewriter.cs
Show resolved
Hide resolved
src/libraries/System.Linq.Queryable/src/System/Linq/EnumerableRewriter.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not thinking of any better approaches here, so if this approach works and is the best approach you can think of, LGTM.
src/libraries/System.Linq.Queryable/src/System/Linq/EnumerableRewriter.cs
Show resolved
Hide resolved
src/libraries/System.Linq.Queryable/src/System/Linq/EnumerableRewriter.cs
Outdated
Show resolved
Hide resolved
/backport to release/6.0 |
Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/1894781449 |
Fix #65419.
Should be considered for .NET 6 servicing.