scottdurow / dataverse-gen

Early-bound types generator for CDS/Dataverse
MIT License
20 stars 9 forks source link

Enums should be sorted by integer value to ensure consistency in generation #17

Closed scottdurow closed 1 year ago

scottdurow commented 2 years ago

The output order of enums can vary between instances which can result in a 'noisy diff' in generating the enum. The solution is to sort by the integer value.