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

Enable tests for #16093 - Query: Result mismatch likely due to null semantics #18809

Merged
merged 1 commit into from
Nov 8, 2019

Conversation

maumar
Copy link
Contributor

@maumar maumar commented Nov 7, 2019

Also fixed a minor bug in expression printer, where we would print incorrect argument names for extension methods with 2+ arguments.

Resolves #16093

@@ -3921,7 +3921,7 @@ public virtual Task Where_on_multilevel_reference_in_subquery_with_outer_project
.Select(l3 => l3.Name));
}

[ConditionalTheory(Skip = " Issue#16093")]
[ConditionalTheory(Skip = " Issue#18808")]
Copy link
Member

Choose a reason for hiding this comment

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

Merge #18810 first.

…emantics

Also fixed a minor bug in expression printer, where we would print incorrect argument names for extension methods with 2+ arguments.

Resolves #16093
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: Result mismatch likely due to null semantics
2 participants