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

The source IQueryable doesn't implement IDbAsyncEnumerable #39

Closed
jenscski opened this issue Jul 4, 2016 · 2 comments
Closed

The source IQueryable doesn't implement IDbAsyncEnumerable #39

jenscski opened this issue Jul 4, 2016 · 2 comments

Comments

@jenscski
Copy link

jenscski commented Jul 4, 2016

After updating from 1.1.3.1 to 1.1.7, the following error appeared

The source IQueryable doesn't implement IDbAsyncEnumerable. Only sources that implement IDbAsyncEnumerable can be used for Entity Framework asynchronous operations.

The NuGet is used in a class library targeting .Net Plaform 4.5.

What I think I have found out is that the ExpandableQuery does not implement IDbAsyncEnumerable.

I have tried to look at the source code, but the .Net Core thing is something I haven't had time to look into yet.

@jenscski
Copy link
Author

jenscski commented Jul 4, 2016

I found out what to do.

Install https://www.nuget.org/packages/LinqKit.EntityFramework/ instead.

For your information, the links in the README does not work (click on the images), that's why I thought I should be using the LinqKit, and not a EntityFramework specific version.

@jenscski jenscski closed this as completed Jul 4, 2016
@StefH
Copy link
Collaborator

StefH commented Jul 4, 2016

Thanks.

I have updated the links in the readme

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

No branches or pull requests

2 participants