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
Generic API will be in the form of .HasOne<Dictionary<string, object>>("TypeName", e => e.Navigation)
Non-generic API will be in the form of .HasOne("TypeName", "Navigation"). These overloads already exist, the implementation just needs to be adjusted to take STETs into account.