Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to update service proxy aspnet boilerplate

I just downloaded the latest version 3.7 of AspNetBoilerplate with Angular 5 and I was trying to use my new service that I created. It was not showing up in the service proxy. How do I update the auto generated code from swagger?

like image 221
Tyrone Moodley Avatar asked Jun 27 '18 11:06

Tyrone Moodley


1 Answers

Go to the angular\nswag> folder. There is a refresh.bat file in there. Execute that file while the project is running in VS 2017 and swagger is showing. It will then update you services so you can call them in your code.

like image 171
Tyrone Moodley Avatar answered Oct 12 '22 08:10

Tyrone Moodley