swagger-api / swagger-codegen

swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
http://swagger.io
Apache License 2.0
16.91k stars 6.03k forks source link

Enhancements to C# ASP.NET core generator #4563

Open wing328 opened 7 years ago

wing328 commented 7 years ago
Description

@dmunch has made some enhancements to C# ASP.NET core generator: https://github.com/dmunch/swagger-gen-aspnetcore (ref: https://twitter.com/ddotmunch/status/811934356692471809)

This thread is for discussion related to C# ASP.NET core generator's enhancements.

If anyone has any feedback/suggestion, please reply to let us know.

Swagger-codegen version

Latest master

dmunch commented 7 years ago

Thanks for the follow up! Note that compared to the existing generator, this generator currently does not create project files or a Dockerfile. If this is a necessary requirement this can be easily added of course.