Open
Description
My app use a Base Controller to reuse some methods inside my Api controllers.
The MVC.API.Analyzer library is looking at my controllers that inherit from this base controller, trying to found undocumented reponse codes. That is correct.
But, inside my Base Controller, I have undocument methods. The swagger UI shows me correctly all the inherited methods, but the analyzers could not point me that I am missing something.
The Controller that inherits from BaseController and its swagger doc. Correct.
The Base Controller. Wrong. (Im missing documentation for NotFound and BadRequest)
Any help on that??
Metadata
Metadata
Assignees
Labels
Work that is nice to haveThis issue impacts very few customersIndicates an issue which is related to analyzer experienceIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesThis issue represents an ask for new feature or an enhancement to an existing oneThis label is used by an internal tool