0
nitinrpatel created
Hello, I Am using aspnetzero powertool for module createtion in my project(asp.net core 3.x with Angular). after successfully generating Entity While i am going to executing refresh.bat file I am getting error.
I had performed following steps to setup powertool. https://docs.microsoft.com/en-us/ef/core/miscellaneous/cli/dotnet#ef-core-3x https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Development-Guide-Rad-Tool
4 Answer(s)
-
0
You can manually go to nswag folder and run refresh.bat or You can just run following command:
npm run nswag
-
0
-
0
Hi @nitinrpatel,
*.Host project must be up and running when you run this command. Was it working in your case ?
Thanks,
-
0
Hello, It is Working Now. Thank you.