[C#] Support Asp.net core 2.1
Created by: SeanFarrow
It would be nice if the generator supported Asp.Net Core 2.1.
I'm happy to do the work for this, but have a few questions:
Firstly, is there a way to completely exclude files from the output if they are not needed. The case where SwashBuckle is not included is the example I'm thinking of, so we should probably exclude wwroot. Secondly, how does the generator indicate that authorization is needed on an endpoint to the code that generates files from the templates. I'm assuming the starting point of an API with no authorization specified. Thanks for any help. Sean.