-
Notifications
You must be signed in to change notification settings - Fork 99
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
Linq Select throws exception (ValueTuple?) issue? #139
Comments
EDIT: Seems like it's an issue when using ValueTuple.... Maybe this is not supported? Here is a simple .NET fiddle example which shows the unexpected behaviour: |
This line breaks it:
For some reason the internalDelegate args contains 1 item, and should contain 2 in this case... ExpressionEvaluator/CodingSeb.ExpressionEvaluator/ExpressionEvaluator.cs Lines 3504 to 3516 in 365551a
I guess this overload requires some special handling? |
FYI this is still an issue in 1.5.0-alpha releases |
throws:
With Zip or EquiZip it works fine:
What is wrong with select?
The text was updated successfully, but these errors were encountered: