I am using Visual Studio 2022 (Version 17.6.5), the nuget package for NSwag.ApiDescription.Client (version 13.19.0).
When try to Rebuild, its is getting this error:
The command ""x\packages_rep\nswag.msbuild\13.0.5\build\../tools/Win/NSwag.exe" openapi2csclient /className:ServiceClient /namespace:MyService /input:x\swagger.json /output:obj\swaggerClient.cs " exited with code -1.
Where x
above is my local web project path.