When my OData service ASP.NET WebAPI 2.2 handles a Deep Insert request it processes the insertion perfectly. The master and linked entities all update appropriately. However, when the service responds it only includes the object information of the master entity. I found this Bug submitted to OASIS regarding this very matter and it turns out it has been fixed and released. Has this feature / version been implemented into .NET yet and is there any estimate on when we can start seeing this behavior in our .NET OData service projects?
https://issues.oasis-open.org/browse/ODATA-368
Thanks,
-Rudy