I am using NSwag.MSBuild to generate C# client code for various controller methods, and it works great.
Is it possible to integrate another language output (e.g. typescript) into this same process BUT exclude certain controllers/methods? E.g. I'd like the typescript output to be a subset of the c# output.
You need to run it twice with different configs (e.g. another operation processor which filters out different operations).
Most helpful comment
You need to run it twice with different configs (e.g. another operation processor which filters out different operations).