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

Fix to #19356 - Query: Add more tests for Queryable.Reverse #26362

Merged
merged 1 commit into from
Oct 15, 2021
Merged

Conversation

maumar
Copy link
Contributor

@maumar maumar commented Oct 15, 2021

Adding tests for thenby, join, subquery, selectmany

Fixes #19356

@maumar maumar requested a review from smitpatel October 15, 2021 09:58
@maumar maumar force-pushed the fix19356 branch 3 times, most recently from b0e684c to 932e7e8 Compare October 15, 2021 21:30
=> base.Reverse_in_SelectMany_with_Take(async);

[ConditionalTheory(Skip = "Issue #17246")]
public override Task Reverse_in_projection_subquery(bool async)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At some point may be we should split into collection select vs regular select.

Adding tests for thenby, join, subquery, selectmany

Fixes #19356
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.

Query: Add more tests for Queryable.Reverse
2 participants