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
Describe the bug
When the models are generated using the sdk-automation based on the OpenApi Specifications, the enums fields in C# are assigned their respective integer values based on alphabetical order. This may pose a problem when f.e. developers upgrade the library and have stored it previously as integers.
Describe the bug
When the models are generated using the sdk-automation based on the OpenApi Specifications, the enums fields in C# are assigned their respective integer values based on alphabetical order. This may pose a problem when f.e. developers upgrade the library and have stored it previously as integers.
See also: dotnet/csharplang#2849
The AWS-dotnet SDK, takes a forward compatible approach
When enums are removed, or added, the following happens:
To Reproduce:
Similar enum changes can be found here during the generation process:
Considered options
The text was updated successfully, but these errors were encountered: