Skip to content

Leverage System.Text.Json PipeReader feature in model binding and request parsing #60657

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
1 task done
mikekistler opened this issue Feb 27, 2025 · 0 comments
Open
1 task done
Assignees
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

Comments

@mikekistler
Copy link
Contributor

mikekistler commented Feb 27, 2025

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

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates label Feb 27, 2025
@BrennanConroy BrennanConroy changed the title Leverage System.Text.Json PipeReader/Writer feature in model binding and response generation Leverage System.Text.Json PipeReader feature in model binding and request parsing Feb 27, 2025
@BrennanConroy BrennanConroy added the area-minimal Includes minimal APIs, endpoint filters, parameter binding, request delegate generator etc label Feb 27, 2025
@mikekistler mikekistler added this to the Backlog milestone Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants