The circular reference between my Customer and Order entities caused a exception during serialization. Is there any way to force EF to generate one-direction reference betwe
The changing getter to internal for a child navigation worked for me with entitfy framework v5/v6 under Web API v2