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

Disallow client evaluation of queryable methods in projection #17289

Merged
merged 1 commit into from
Aug 20, 2019

Conversation

ajcvickers
Copy link
Member

Fixes #17264

@@ -975,30 +975,49 @@ public virtual void Cant_query_Min_of_converted_types()
.Where(e => e.PartitionId == 200)
.GroupBy(_ => true);

// TODO: Update with #15249
var ex = Assert.Throws<InvalidOperationException>(
Copy link
Member

Choose a reason for hiding this comment

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

@bricelam 🎉

@ajcvickers ajcvickers merged commit eb58569 into release/3.0-preview9 Aug 20, 2019
@ghost ghost deleted the LackingClientEmpathy0820 branch August 20, 2019 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants