Make SystemTextJsonInputFormatter IAsyncEnumerable aware
Open
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
Assessment
This issue has not been assessed yet.