Kennedy Kang'ethe

Results 158 comments of Kennedy Kang'ethe

@hidegh Support for $compute was added in v8.0.5 Can you try it? https://github.com/OData/AspNetCoreOData/releases/tag/8.0.5

> add tests Noted. Waiting for the handlers PR first to get in

> My initial comments and questions from my first-pass review: > > What if we have POST request that's not a deep insert, should the same behaviour still apply? Does...

@KwizaKaneria Is the expanded entity a `contained` navigation property? Kindly share a repro

@KwizaKaneria Do you have a controller method that handles `/states/{id}/counties`?

I have looked at this issue #### Model ```csharp public class Book { public int Id { get; set; } public string Isbn { get; set; } public string Title...

@danleydmello Are you using DataServiceCollection?

@komdil Look at the tests from this line https://github.com/OData/odata.net/blob/370cd96aa2a78aecff1b7f9ebe9bebaa7c25ab81/test/FunctionalTests/Microsoft.OData.Core.Tests/ScenarioTests/UriParser/FilterAndOrderByFunctionalTests.cs#L1619