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
115 stars 16 forks source link

AddEnumsWithValuesFixFilters does not take XML comments as description #7

Closed Cybrosys closed 4 years ago

Cybrosys commented 4 years ago

It appears that the XML comments for enum values are not used as descriptions. The only way to get a description is to use the Description attribute. But, since I've already got the XML comment summary for each enum value I would like the extension to use that when a Description attribute is missing.