Hi,
unfortunately I cannot use Include as the Entity is queried in another place where I don't know if I will need my navigation property (and even worse, with an EntityKeyQuery).
Of course I could use a Query but that was what I was trying to avoid in the first place cause it seems rather unclean as I am coupling my entities in code and need to have knowledge of the child/parent relationship.
I wouldn't even need a navigation property for that, so the short answer would be no navigation properties in coroutines without making assumptions about them being fetched beforehand.
But I will have to stick to that if there is no sugar coat solution :).
Thanks and regards
Joscha