dotnet / dotnet/efcore

Lightweight fixup for identity resolution

Open
#29,907 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.