dotnet / dotnet/systemweb-adapters
Consider moving some of the System.Web adapters middleware into ASP.NET Core itself
Open
- Dominant language
- C#
- Stars
- 384
- Forks
- 76
- Avg merge
- 2h 24m
- Merged PRs (30d)
- 1
Description
## Summary
While going through the [API review](https://github.com/dotnet/aspnetcore/issues/42091), it was pointed out that some of the middleware perform general goodness that would make sense in ASP.NET Core itself (and has been asked for a while).
Potential candidates include:
- [Async loading of session state](https://github.com/dotnet/aspnetcore/issues/35154)
- PreBufferRequestStream
- [BufferResponseStream](https://github.com/dotnet/aspnetcore/issues/27470)
Contributor guide
Assessment
This issue has not been assessed yet.