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

Reenable array operations blocked by EF Core #993

Closed
roji opened this issue Aug 23, 2019 · 2 comments
Closed

Reenable array operations blocked by EF Core #993

roji opened this issue Aug 23, 2019 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@roji
Copy link
Member

roji commented Aug 23, 2019

In EF Core 3.0, some changes were introduced which broke calling enumerable methods on array properties. This notably prevents us from translating Any and Contains.

Once dotnet/efcore#17374 is resolved, uncomment the relevant tests (including one JSON test) and make sure everything works again.

@roji roji added bug Something isn't working blocked labels Aug 23, 2019
@roji roji added this to the 3.1.0 milestone Aug 23, 2019
@roji roji self-assigned this Aug 23, 2019
@roji
Copy link
Member Author

roji commented Oct 30, 2019

Note: dotnet/efcore#18666 has been submitted, confirmed that it unblocks this. Wait for it to appear in the EF Core nightlies.

@roji
Copy link
Member Author

roji commented Oct 31, 2019

Closing in favor of #1103

@roji roji closed this as completed Oct 31, 2019
@roji roji removed this from the 3.1.0 milestone Oct 31, 2019
@roji roji removed the blocked label Oct 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant