-
Notifications
You must be signed in to change notification settings - Fork 677
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enums marked with alternate values using [EnumMember(Value="...")] are not supported #562
Comments
See 5.3.1 |
rboada04
added a commit
to d3sw/Swashbuckle.AspNetCore
that referenced
this issue
Jun 8, 2017
rboada04
added a commit
to d3sw/Swashbuckle.AspNetCore
that referenced
this issue
Jun 8, 2017
rboada04
added a commit
to d3sw/Swashbuckle.AspNetCore
that referenced
this issue
Jun 8, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Forgive the contrived example, but given the following code:
The API will return "roger", "blake" or "sarah" depending on the enum value. Swashbuckle does not pick up on the alternative names and reports that the potential options are "None", "Something" or "SomethingElse".
The text was updated successfully, but these errors were encountered: