Reference properties of attached entities are not considered as loaded (IsLoaded==false) #18142
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
type-bug
Milestone
When I attach a graph of objects in EF Core 3.0, reference properties are not marked as loaded (IsLoaded is false).
DbContext tracks a root entity, it also tracks a referenced entity, so I think it should be marked as loaded. In EF 2.2 they was marked as loaded.
(Low priority for me.)
Steps to reproduce
Further technical details
EF Core version: 3.0
Database provider: Microsoft.EntityFrameworkCore.InMemory
Target framework: .NET Core 3.0
The text was updated successfully, but these errors were encountered: