You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: