-
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
9.0.1 does not work on the simplest query #35475
Comments
Make sure that you've updated all packages to 9.0.1 |
I am still unable to repro this issue. Please provide a small runnable project that shows it. |
No repro was provided (yet). Closing. Will reopen if repro is provided. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Still problem on 9.0.2, the code that worked from .NET 5 to .NET 9 suddenly doesn’t work in version 9.0.1 or 9.0.2, which I find strange. |
@masherak as we've posted above, we need a minimal repro. |
Bug description
Today I updated to 9.0.1, and a query like _context.Orders.AsNoTracking().ToListAsync() throws a null reference exception. This must be a system bug. After downgrading to 9.0.0, everything works fine.
Your code
Stack traces
Verbose output
EF Core version
9.0.1
Database provider
No response
Target framework
No response
Operating system
Linux
IDE
No response
The text was updated successfully, but these errors were encountered: