Kennedy Kang'ethe

Results 158 comments of Kennedy Kang'ethe

Closing this. Feel free to create a new issue if there are any more questions to be answered.

@Robelind check out the latest version on nuget [v7.18.0](https://www.nuget.org/packages/Microsoft.OData.Client/7.18.0). We added both async and sync capabilities for Deep insert. This allows you to post an entity and it's related entitites....

Fixed by #2653 #2716 #2691

Closing this. Feel free to create a new issue if there are any more questions to be answered.

I did further digging. If we don't have an entity set path, the `OperationSegment` created doesn't have a `TargetEdmNavigationSource`. This cause the `TargetNavigationSource` in `ODataPathInfo` to be `null`. see https://github.com/OData/odata.net/blob/4414000c0da72b22ff3c4a96f51cbf35f2316bca/src/Microsoft.OData.Core/UriParser/ODataPathInfo.cs#L37...

@iriszhou320 Add `EntitySetPath` to your function e.g ``` ```

Do you get the correct results when you don't apply a `$select` query option? i.e `GET https://localhost:7119/odata/Supplier`

Kindly share a repro to enable us investigate this issue

> @habbes I found the reason: In ODataJsonLightContextUriParser (line 84 on master) is an absolute URI containing the metadata path expected. In the sample service from odata.org it is `http://services.odata.org/V4/(S(ffivnsbcnxlmch00wfggmuzc))/TripPinServiceRW/$metadata#People`...

@SamErde @alexandair @HCRitter Entra PowerShell cmdlets have a dependency on the Microsoft Graph PowerShell modules. The `RequiredModules = @()` are critical to ensure all dependent modules are installed when installing...