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

DescriptionAttribute inheritance #12

Closed DaleyKD closed 4 years ago

DaleyKD commented 4 years ago

If I inherit from DescriptionAttribute, it appears that you don't attempt to search the inheritance chain.

Any chance you'd consider changing https://github.com/unchase/Unchase.Swashbuckle.AspNetCore.Extensions/blob/c48232cfa09ade23aa2b1addbddd2d0e5bebe502/src/Unchase.Swashbuckle.AspNetCore.Extensions/Extensions/EnumTypeExtensions.cs#L47 to use true instead of false ?

Thanks for the consideration!

unchase commented 4 years ago

Hi, @DaleyKD Done!)

DaleyKD commented 4 years ago

Dude, you rock. That worked!

unchase commented 4 years ago

You are welcome!