Closed
Description
With Minimal APIs we introduced different attributes such as Produces<T>
, Consumes<T>
as part of the Microsoft.AspNetCore.Http
namespace. We would like to investigate the effort/trouble required to move the remaining MVC attributes (Consumes<T>
, etc.) to Microsoft.AspNetCore.Http
namespace and be consistent across both Minimal and MVC.
This could be both source and binary breaking.