问题
On VS 2015 we have "Add RestAPI client" but it does not exist for VS 2017. Is there any solution to have it on VS 2017?
Note: I don't want to install 3rd party (not MS) components like AuthoRest or Swagger Codegen.
Thanks
回答1:
I see it on VS2017. And just for your info, AutoREST is a Microsoft tool, and it is what the Add RestAPI client uses under the covers.
回答2:
You need to install the Azure SDK For Visual Studio
回答3:
Try this solution https://stackoverflow.com/a/60431700/1831734 (install ASP.Net and Web development or packets related to this)
来源:https://stackoverflow.com/questions/45897549/add-restapi-client-missing-on-visual-studio-2017