Unchase.Swashbuckle.AspNetCore.Extensions
Unchase.Swashbuckle.AspNetCore.Extensions copied to clipboard
Does IncludeXmlCommentsFromInheritDocs work on action methods?
I can't seem to get your filters to work when the
I've reviewed your test code. Your test code is only testing
Thanks
-marc
To answer my own question. No, IncludeXmlCommentsFromInheritDocs will not work for action methods (OpenAPI Operations). There needs to be an IOperationFilter implementation.