Luxoft / gengen

Tool for generating models and Angular services based on OpenAPIs and Swagger's JSON.
MIT License
17 stars 8 forks source link

New generation option: GuidType=string | Guid #99

Closed llotall closed 1 year ago

llotall commented 2 years ago

Is your feature request related to a problem? Please describe. I have a project with a lot of places that uses id as string, but gengen generates id as Guid model. By these reason for using of generator i should make a lot of changes in my code for properly compilation without errors.

Describe the solution you'd like I offer to add a new option that will switch generation of guid to string