unchase/Unchase.OpenAPI.Connectedservice

Updating / Regenerating a service client causes error in Visual Studio

bharatpidapa opened this issue · 2 comments

UpdateFailure

If you try to update a previously added connected service (OpenAPI C# client) an error happens and Visual Studio shows a message box. The connected service is also not updated.

The error message is:

Connected Services

The Connected Services component 'Unchase OpenAPI
(Swagger) Connected Service' failed: (HRESULT:0x80131500)
Error setting value to 'PathPrefix' on
'Microsoft.OpenApi.OData.OpenApiConvertSettings'.

Hi, @bharatpidapa

See: #38 or #41

Updating the "PathPrefix": "" to "PathPrefix": "Odata" resoved the issue.

Thank you.