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

enum property may be optional/nullable #27

Closed zijianhuang closed 3 years ago

zijianhuang commented 3 years ago

This is something I had overlooked however some backend is picky about unneeded property.

other value types in generated C# codes and all in generated TS codes had been that way since day 1.

zijianhuang commented 3 years ago

Fixed. Further testing needed.