NSwag icon indicating copy to clipboard operation
NSwag copied to clipboard

nswag.msbuild with custom build configuration not working

Open japeka opened this issue 8 months ago • 1 comments

I am using nswag.msbuild of version 14.0.7 as part of web api .NET8 project. In it I would like to generate code based on controller's endpoints. There are no problems with rebuild and Debug options, but as soon as I set up a new custom build configuration called NSWAG and try to use that, I end up of getting no valid code generation. Wondering why this is the case and if there are workaround solutions for this?

japeka avatar Jun 07 '24 10:06 japeka