Open
Description
Is there an existing issue for this?
- I have searched the existing issues
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