Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for asp.net core 2.1 #8678

Closed
SeanFarrow opened this issue Sep 7, 2018 · 1 comment
Closed

Add support for asp.net core 2.1 #8678

SeanFarrow opened this issue Sep 7, 2018 · 1 comment

Comments

@SeanFarrow
Copy link

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.
Secondly, how does the generator indicate that authorization is needed on an endpoint to the code that generates files from the templates.
Thanks for any help.
Sean.

@HugoMario
Copy link
Contributor

HugoMario commented Jul 1, 2019

hi @SeanFarrow aspnet core 2.1 is implemented on:
#9529 for codegen v2
and
swagger-api/swagger-codegen-generators#397
for codegen v3

about exclude files, please give me an example of what files should be exclude, and i'll try to help with that.

security was not previously supported, so please check these now and let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants