vitalybibikov/AzureExtensions.Swashbuckle

Enum generation in v3.3.2

DarinMacRae opened this issue · 1 comments

I upgraded from 3.2.2 to 3.3.2 today and noticed that enum values are no longer shown in the generated docs. Is this a new feature of the latest Swagger or a bug?

In v3.2.2:
image

In v3.3.2:
image

I give my apologies. This issue was caused by a mismatch pairing of UI and JSON end-points on my part.