Umair Butt

Results 7 comments of Umair Butt

I am having the same issue with iOS on azure b2c, with Version 0.9.2 of the library. @hitshydev fork fixes the issue, but it seems like the jist of the...

Hello. Any updates on this? Or atleast a workaround? How can I register links for child entities for example?

Is there no way to manually register links? Even by fiddling about with the edm model? It needs to be contained for us.

> do we need to add the new httpContext for the sub request at https://github.com/OData/WebApi/blob/master/src/Microsoft.AspNetCore.OData/Batch/ODataBatchReaderExtensions.cs#L251 into the IHttpContextAccessor? Under which circumstances is IHttpContextFactory not available? Even if IHttpContextFactory was available...

> @UmairB Did you try the previous version? I'd like to see whether it's a regression or not? Yep problem repoduces on version 7.4.1 of package

Then what is the expectation for the following query `/entityWithOwnedTypes?$select=Id,SingleOwnedType($select=SomeId)` where `SingleOwnedType` is an optional/nullable complex type with a required property `SomeId` when `SingleOwnedType` is `null`? At the moment it...