-
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
Reopen: EF Core 5 AsSplitQuery() can not work with OData WebApi #25882
Comments
That issue is marked as fixed in 6.0 |
@anranruye If this isn't working with 6.0-preview7, then please attach a small, runnable project or post a small, runnable code listing that reproduces what you are seeing so that we can investigate. |
@ajcvickers #21234 has 6.0-preview5 milestone. I can say this is not working with 6.0.0-preview5. And ef core 6.0-preview7 requires the latest net6 preview runtime. I need to update my sdk first before the test. Should this work with 6.0-preview5? Or I have to update to 6.0-preview7? |
@anranruye Theoretically it should work with preview 5. But if it doesn't, then the next step would always be to see if works on the current bits, and the closest release on NuGet to that is preview 7. If it doesn't work on preview 7, then we will investigate. |
now this works after update to preview 7. |
Duplicate of #21234 |
See #23752.
#21234 is marked as fixed.
However, we still can not use AsSplitQuery() with OData WebApi.
The text was updated successfully, but these errors were encountered: