-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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 #17276
Comments
Yes, EF Core issue. Stack trace: [Error] An unhandled exception has occurred while executing the request. |
With daily builds:
|
Note from triage: this was translated in 2.2:
|
@smitpatel Let's prepare a fix for this and take it to ask mode. |
Moved from dotnet/core#3220 filed by @RomasB
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: