skrusty / dotswaggen

DotSwagGen is a command line code generator for the swagger specification written in C#
MIT License
14 stars 5 forks source link

Refactoring, fixes, and features #1

Closed ddurschlag closed 9 years ago

ddurschlag commented 9 years ago

Did a whole bunch of work on my fork to get dotswaggen working for our use case. I think it's now generally closer to the 1.2 spec, though still not 100%.

skrusty commented 9 years ago

I'll review for Monday. Thanks for the contribution.

skrusty commented 9 years ago

Code looks good. Thanks for the contributions.

I am going to accept and merge, but think I will do the following afterwards.

  1. Implement ISwaggerConverter to allow model types to be implemented
  2. Make LoadConverter take a model type