dotnet / dotnet/aspnetcore

Make SystemTextJsonInputFormatter IAsyncEnumerable aware

Open
#43,489 6 comments 0 reactions 0 assignees View on GitHub
area-mvc feature-mvc-formatting
Dominant language
C#
Stars
38.4k
Forks
10.9k
Avg merge
2d 6h
Merged PRs (30d)
290

Description

In ASP.NET Core 6, [preventing buffering of output results](https://docs.microsoft.com/en-us/dotnet/core/compatibility/aspnet-core/6.0/iasyncenumerable-not-buffered-by-mvc) was completed

Can we achieve the same benefit on the Input / Request side as well via the [SystemTextJsonInputFormatter](https://github.com/dotnet/aspnetcore/blob/main/src/Mvc/Mvc.Core/src/Formatters/SystemTextJsonInputFormatter.cs)?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.