Add navigation configuration overloads for shared type entity types #23255
Labels
area-model-building
punted-for-6.0
punted-for-7.0
Originally planned for the EF Core 7.0 (EF7) release, but moved out due to resource constraints.
type-enhancement
Milestone
.HasOne<Dictionary<string, object>>("TypeName", e => e.Navigation)
.HasOne("TypeName", "Navigation")
. These overloads already exist, the implementation just needs to be adjusted to take STETs into account.Related: #21535
The text was updated successfully, but these errors were encountered: