fullstackhero / dotnet-starter-kit

Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
https://fullstackhero.net/dotnet-webapi-boilerplate/
MIT License
5.29k stars 1.58k forks source link

nswag-regen.ps1 still error after updated #1015 #1025

Closed Mike6x closed 2 months ago

Mike6x commented 2 months ago

Hi @iammukeshm,

I have update to lasted hotfix, but stills have error with nswag-regen.ps1 in both MacOS/Rider and Windows/VS as

Please help

iammukeshm commented 2 months ago

@Mike6x i guess you have not installed the nswag cli tool. Please get it installed, restart you machine and try.

Refer https://github.com/RicoSuter/NSwag/wiki/CommandLine

Mike6x commented 2 months ago

Hi @iammukeshm , I try to add nuget package NSWag.MSBuild and NSWad.Command to infrastructure project but got the same results. image

In my laptop, I have FullstackHerro ( Net 7) version, I do can run nomarlly.

Mike6x commented 2 months ago

Hi @iammukeshm , I flow this link : https://github.com/RicoSuter/NSwag/wiki/NSwag.MSBuild

and change

image

So I got result is OK on Windows with VS !

image

iammukeshm commented 2 months ago

@Mike6x could you raise a PR for this?