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

Does IncludeXmlCommentsFromInheritDocs work on action methods? #30

Closed mhsimkin closed 1 year ago

mhsimkin commented 2 years ago

I can't seem to get your filters to work when the is on an action method. Do you have an example of on an action method?

I've reviewed your test code. Your test code is only testing when it is on a property.

Thanks

-marc

mhsimkin commented 2 years ago

To answer my own question. No, IncludeXmlCommentsFromInheritDocs will not work for action methods (OpenAPI Operations). There needs to be an IOperationFilter implementation.