Investigate moving MVC Attributes from Microsoft.AspNetCore.Mvc
namespace to Microsoft.AspNetCore.Http
namespace
#39425
Labels
old-area-web-frameworks-do-not-use
*DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels
Priority:1
Work that is critical for the release, but we could probably ship without
triage-focus
Add this label to flag the issue for focus at triage
Milestone
Uh oh!
There was an error while loading. Please reload this page.
With Minimal APIs we introduced different attributes such as
Produces<T>
,Consumes<T>
as part of theMicrosoft.AspNetCore.Http
namespace. We would like to investigate the effort/trouble required to move the remaining MVC attributes (Consumes<T>
, etc.) toMicrosoft.AspNetCore.Http
namespace and be consistent across both Minimal and MVC.This could be both source and binary breaking.
The text was updated successfully, but these errors were encountered: