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
We currently need to access the state entry to know whether or not a property is loaded. This is problematic when an entity is not tracked or not loaded, since there is no state entry that can be (safely) accessed. Instead, when using proxies the IsLoaded state could be stored in the proxy, so we we know, for example, whether the navigation is loaded already (even if null/empty) and can avoid throwing.
The text was updated successfully, but these errors were encountered:
Issue #12780
Main changes:
* Make ILazyLoader a transient service and create one per entity
* Add API to set IsLoaded state in ILazyLoader
* Call back into any ILazyLoader service property when setting loaded state
* Ensure that IsLoaded is called, even when doing no-tracking Include queries
Issue #12780
Main changes:
* Make ILazyLoader a transient service and create one per entity
* Add API to set IsLoaded state in ILazyLoader
* Call back into any ILazyLoader service property when setting loaded state
* Ensure that IsLoaded is called, even when doing no-tracking Include queries
Issue #12780
Main changes:
* Make ILazyLoader a transient service and create one per entity
* Add API to set IsLoaded state in ILazyLoader
* Call back into any ILazyLoader service property when setting loaded state
* Ensure that IsLoaded is called, even when doing no-tracking Include queries
We currently need to access the state entry to know whether or not a property is loaded. This is problematic when an entity is not tracked or not loaded, since there is no state entry that can be (safely) accessed. Instead, when using proxies the IsLoaded state could be stored in the proxy, so we we know, for example, whether the navigation is loaded already (even if null/empty) and can avoid throwing.
The text was updated successfully, but these errors were encountered: