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
Hi,
I would make sure generated swagger can be used as VS "REST API Client" generator installed as add-in with Azure SDK.
It looks like there are some compatibility issues, "AutoRest Code Generator" does not produce any output based on swagger output from your tool. MS recommended swagger tools is https://github.com/domaindrivendev/Swashbuckle and it seems to work. It is Web API tool, not WCF but that should not matter.
See: https://azure.microsoft.com/en-us/blog/announcing-the-azure-sdk-2-7-for-net/
"Positive Impacts of Template Swagger Tweaks for Client Developers" section.
Kind regards,
Tomasz
The text was updated successfully, but these errors were encountered:
Hi,
I would make sure generated swagger can be used as VS "REST API Client" generator installed as add-in with Azure SDK.
It looks like there are some compatibility issues, "AutoRest Code Generator" does not produce any output based on swagger output from your tool. MS recommended swagger tools is https://github.com/domaindrivendev/Swashbuckle and it seems to work. It is Web API tool, not WCF but that should not matter.
See: https://azure.microsoft.com/en-us/blog/announcing-the-azure-sdk-2-7-for-net/
"Positive Impacts of Template Swagger Tweaks for Client Developers" section.
Kind regards,
Tomasz
The text was updated successfully, but these errors were encountered: