-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
IQueryable extention within db context #3220
Comments
Is Also, can you post the stack trace of the exception you're getting? |
Moved to dotnet/efcore#17276 |
Yes, EF Core issue. Stack trace: [Error] An unhandled exception has occurred while executing the request. |
Interface:
Extention:
Usage:
Getting an exception like: "Operation is not valid due to the current state of the object."
Putting condition directly without extension everything works fine.
Looks like exception started to occur within .net core 3.0 preview 8
The text was updated successfully, but these errors were encountered: