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

Async Streaming Error, Need to implement IDbAsyncEnumerable #45

Open
tchadwick opened this issue May 14, 2021 · 1 comment
Open

Async Streaming Error, Need to implement IDbAsyncEnumerable #45

tchadwick opened this issue May 14, 2021 · 1 comment

Comments

@tchadwick
Copy link

When using this library and attempting a ToListAsync, we get the following error:
System.InvalidOperationException: 'The source IQueryable doesn't implement IDbAsyncEnumerable<System.String>. Only sources that implement IDbAsyncEnumerable can be used for Entity Framework asynchronous operations.
I'm certain this is just an implementation issue where we simply need to wrapper the existing methods in the expected manner, unfortunately, I'm not very familiar with Function Expressions. If someone can point me to an example, I'd be happy to do the implementation work.

@animha
Copy link

animha commented Aug 24, 2022

I have the same strange issues. I use this library in different (but very similar) projects and only in one of them I get this exception.
I always use async methods like ToListAsync in all projects.
Any idea?

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