You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EF is producing multiple queries (n+1) instead of a single query with a subquery when the selection contains the entire element instead of just part of it.
EF is producing multiple queries (n+1) instead of a single query with a subquery when the selection contains the entire element instead of just part of it.
Steps to reproduce
Set up a project as per https://docs.microsoft.com/en-us/ef/core/get-started/aspnetcore/new-db?tabs=visual-studio
runs this
runs this
Further technical details
EF Core version: 2.2
Database Provider: mssqllocaldb
Operating system: Win10
IDE: (e.g. Visual Studio 2017 15.9.4)
The text was updated successfully, but these errors were encountered: