You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.