Description
Filing this issue to formally track deprecating the area-web-frameworks label. I attempted to do this last year but failing to retrain the labeling model so the label has mentioned.
In lieu of the area-web-frameworks
model, we'd like to use the area-minimal
and area-mvc
labels to provide more granular tracking for issues that are impacting controller-based (area-mvc
) and minimal (area-minimal
) APIs. The intent is that we can more easily identify what issues are specific to controller-based APIs and minimal APIs for triage and prioritization.
There are some cases were an issue impacts both implementations (for example, an issue in our problem details writer). In that case, we can mark an issue with both labels.
Guide for labels is as follows:
area-minimal
: Issues related to minimal parameter binding,TypedResults
implementation, RDG, native AoT for minimalarea-mvc
: Issues related to input/output formatters, model validation in MVC, model binding behavior in MVC, MVC conventions, MVC filters, IActionResultsarea-mvc
,area-minimal
: Issues related to problem details writer, OpenAPI implementation that impact both frameworks
I'm working through moving the ~20 issues we have in area-web-frameworks
label to the more granular identifiers.
cc: @dotnet/aspnet-community-triagers for visibility and feedback