unchase / Unchase.Swashbuckle.AspNetCore.Extensions

:hammer: A library contains a bunch of extensions (filters) for Swashbuckle.AspNetCore.
https://www.nuget.org/packages/Unchase.Swashbuckle.AspNetCore.Extensions
Apache License 2.0
116 stars 17 forks source link

EnumsWithValues broken #8

Closed caliskanersin closed 4 years ago

caliskanersin commented 4 years ago

After I upgrade lates version my Enum naming removed at UI. I use only default configuration. options.AddEnumsWithValuesFixFilters(); before
options.AddEnumsWithValuesFixFilters(true); I do not use xml comments.