Danley D'mello
Results
2
issues of
Danley D'mello
The @odata.context url for the contained entity does not include the key of the entity-set. e.g http://host/service/Orders(4711)/Item Expected @odata.contex url in the response should be http://host/service/$metadata#Orders(4711)/Item/$entity Actual @odata.contex url in...
bug
I am trying to query an entity using nested expand to get the related entities. `e.g queryContainer.Persons.Expand("Address($expand=Location)").ExecuteAsync();` These are cardinality one relationships. I get the results as expected from the...
investigating
client