vitalybibikov / AzureExtensions.Swashbuckle

This extension enriches Azure Functions with Swagger/ Open API support
https://www.linkedin.com/in/vitali-bibikov/
MIT License
67 stars 54 forks source link

Enum generation in v3.3.2 #76

Closed DarinMacRae closed 3 years ago

DarinMacRae commented 3 years ago

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

DarinMacRae commented 3 years ago

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