You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to add a REST API client in a universal app I get the following error :
[Fatal]Error generating client model: Found operation objects with duplicate operationId 'GetInvoiceType'. OperationId must be unique among all operations described in the API.
Exception: There was an error during code generation when trying to add a client for the REST API
repro steps: start new UWP (project type is not of great importance I think), add REST API client
BR,
The text was updated successfully, but these errors were encountered:
Dear team,
While trying to add a REST API client in a universal app I get the following error :
[Fatal]Error generating client model: Found operation objects with duplicate operationId 'GetInvoiceType'. OperationId must be unique among all operations described in the API.
Exception: There was an error during code generation when trying to add a client for the REST API
repro steps: start new UWP (project type is not of great importance I think), add REST API client
BR,
The text was updated successfully, but these errors were encountered: