Closed DaleyKD closed 4 years ago
If I inherit from DescriptionAttribute, it appears that you don't attempt to search the inheritance chain.
DescriptionAttribute
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 ?
true
false
Thanks for the consideration!
Hi, @DaleyKD Done!)
Dude, you rock. That worked!
You are welcome!
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 offalse
?Thanks for the consideration!