zijianhuang / openapiclientgen

Generate strongly typed C# and TypeScript client codes from Open API / Swagger definitions supporting jQuery, Angular, AXIOS, Fetch API, Aurelia and Angular Strictly Typed Forms
MIT License
64 stars 13 forks source link

testing setting with enumToString #58

Closed zijianhuang closed 5 months ago

zijianhuang commented 5 months ago

by default, enum value is incremental integer. The codeGen setting has enumToString.

make such option available in the testing settings, so I could do a wholesale test against over 2000 def files to inspect any doggy yaml could be tolerated.

zijianhuang commented 5 months ago

no need. Just make it all enumToString.

since incremental int has always been working well.