You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm generating my api client using your tool (fantastic by now) but I'm annoyed with the fact that when ClassStyle is setted to Record, ctor parameters ignore yaml sorted items and reorder them in alphabetical order, making instantation a bother because I expect to have the same order as in yaml definition. For example:
I'm generating my api client using your tool (fantastic by now) but I'm annoyed with the fact that when ClassStyle is setted to Record, ctor parameters ignore yaml sorted items and reorder them in alphabetical order, making instantation a bother because I expect to have the same order as in yaml definition. For example:
Generates this class (observe ctor parameter order):
But i would prefer it like this (focus on ctor):
Currently, this is possible to configure?
Thank you.
The text was updated successfully, but these errors were encountered: