domaindrivendev / Swashbuckle.AspNetCore

Swagger tools for documenting API's built on ASP.NET Core
MIT License
5.25k stars 1.31k forks source link

Don't référence all by default #1206

Closed imclint21 closed 5 years ago

imclint21 commented 5 years ago

Hi,

Maybe you can add an option to don't enable registering all controllers, I've a problem with a markdown processor, please check https://github.com/RickStrahl/Westwind.AspNetCore.Markdown/issues/8

Thank you

domaindrivendev commented 5 years ago

See https://github.com/domaindrivendev/Swashbuckle.AspNetCore/blob/master/README.md#omit-actions-by-convention

imclint21 commented 5 years ago

@domaindrivendev maybe you can add this to the documentation: https://gist.github.com/clintnetwork/5aee1c0f76a1d81ff4e16bd661964616

Cheers