Lightweight fixup for identity resolution
Open
area-change-tracking
area-perf
area-query
- Dominant language
- C#
- Stars
- 14.8k
- Forks
- 3.4k
- PR merge metrics
- PR metrics pending
Description
Currently we spin up a `StateManager` to perform identity resolution for non-tracked entities. That is, when doing a NoTrackingWithIdentityResolution query, or when loaded a related collection for detached entities with identity resolution.
The state manager is a big component with lots of other functionality. We should consider something more lightweight and dedicated.
Related to #23558.
Contributor guide
Assessment
This issue has not been assessed yet.