-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Open
Labels
Priority:3Work that is nice to haveWork that is nice to haveaffected-very-fewThis issue impacts very few customersThis issue impacts very few customersanalyzerIndicates an issue which is related to analyzer experienceIndicates an issue which is related to analyzer experiencearea-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-openapiseverity-majorThis label is used by an internal toolThis label is used by an internal tool
Milestone
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??
BalazsArva, mhDuke and PeterDraex
Metadata
Metadata
Assignees
Labels
Priority:3Work that is nice to haveWork that is nice to haveaffected-very-fewThis issue impacts very few customersThis issue impacts very few customersanalyzerIndicates an issue which is related to analyzer experienceIndicates an issue which is related to analyzer experiencearea-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-openapiseverity-majorThis label is used by an internal toolThis label is used by an internal tool
