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
the ability to disable lazy loading on an entity by entity basis would also be nice.
We initially had lazy loading enable in our project but have tried to stop relying on it as it does not interact well with Serialization and async. Our long term goal is to be able to turn it off entirely, but it would be nice to be able to turn it off for new entities added to our DbContext in the meantime so we don't create new dependencies on it.
See #11241 (comment)
The text was updated successfully, but these errors were encountered: