Leverage System.Text.Json PipeReader feature in model binding and request parsing #60657
Open
1 task done
Labels
area-minimal
Includes minimal APIs, endpoint filters, parameter binding, request delegate generator etc
area-mvc
Includes: MVC, Actions and Controllers, Localization, CORS, most templates
Milestone
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
Describe the solution you'd like
System.Text.Json is adding support for PipeReader overloads in .NET 10. ASP.NET Core should leverage these new overloads in its model binding and request parsing logic (MVC, Minimal, HttpRequestJsonExtensions, etc.).
Additional context
No response
The text was updated successfully, but these errors were encountered: