I am trying to use NSwag to generate a client during the build of the project. It does so, but it puts the cs file in a folder directly in the webapi project I am getting the spec file out of.
I want to output it out to another project. Won't making a nuget package during this step be possible if the file is in it's own assembly? Not trying to share the webapi source code.