Kennedy Kang'ethe

Results 158 comments of Kennedy Kang'ethe

@DuckScapePhilip @FrozenPhoenix92 @rgudkov-uss @Cimbro @Leonhard1987 @bturner1273 @gadagrj @asvaghela I have a simple project with the target framework `net6.0`. Below are the packages I installed. `Microsoft.AspNetCore.OData v8.0.8` `Microsoft.EntityFrameworkCore.InMemory v6.0.3` https://github.com/KenitoInc/AspNetCoreOData8Net6 When...

@Diaz15h If your issue has been resolved, kindly close this issue.

@pksorensen Was your issue resolved? If yes, we can close this issue

@johnhzhu `CsdlSemanticsModel` inherits from `EdmModelBase` and implements `IEdmCheckable` interface. `EdmModelBase` inherits from `EdmElement` and implements `IEdmModel` interface. We can cast the `CsdlSemanticsModel` to `IEdmModel` but not `EdmModel`. ```csharp var semanticModel...

@maumar @Lusey77 From Microsoft.AspnetCore.OData v8.0.4, we can custom the SelectExpandBinder to generate a preferred LinQ expression

Hey @UmairB We will look into the issue and get back to you. Thanks for the great repro.

> Hello. Any updates on this? Or atleast a workaround? How can I register links for child entities for example? You can use _Non-Contained_ navigation, by creating an EntitySet for...