Kennedy Kang'ethe

Results 158 comments of Kennedy Kang'ethe

This sample code works for me. ```csharp Container dsc = new Container(new Uri("http://localhost:5000/odata")); // GET http://localhost:5000/odata/Customers(1)/MainAddress DataServiceQuery customers = dsc.CreateQuery("Customers(1)"); foreach(var customer in customers) { Console.WriteLine(customer.MainAddress); } ```

@tinonetic Was this issue resolved? If yes, kindly close it

@yangbodevp Was your issue resolved?

@akhilkohlimicrosoft Did you manage to resolve this?

@AnvardeenBatcha Was this issue resolved?

> > It seems this PR is addressing a specific use case for you. > > In the next release of WebApi Aspnetcore v8.x, we will have the ability to...

@MinhMit Did using EF Classic 6 resolve your issue?