Kennedy Kang'ethe

Results 158 comments of Kennedy Kang'ethe

> Is there no way to manually register links? Even by fiddling about with the edm model? It needs to be contained for us. @UmairB Let me dig into the...

Hey @ireneherbedz I had a look at your code. Since you didn't add a `Books` entity set when creating the `EdmModel` in `Startup.cs` file, you are creating a `Contained` navigation....

Alternatively, You can remove the `Contained` attribute and create an `non-contained` navigation property by defining a `Books` entity set in `startup.cs` as follows: ```csharp static IEdmModel GetEdmModel() { var builder...

Was your issue resolved @rjarrattmsft ? You can try the latest version

@AviKumarRaj Was this issue resolved? If yes, kindly close the issue

Can we get some benchmarks for this change

@f-camera @habbes We can disable `NullPropagation` by setting `ODataQuerySettings.HandleNullPropagation = HandleNullPropagationOption.False`