Consider adding spec tests for System.IO.Pipelines #27847
Labels
area-System.IO.Pipelines
backlog-cleanup-candidate
An inactive issue that has been marked for automated closure.
no-recent-activity
test-enhancement
Improvements of test source code
In AspNetCore 3.0, we will be exposing Pipes directly across our stack as part of the HttpContext. To do this, we need to create a Stream to Pipe adapter (Pipe that wraps a Stream). It would be nice to have spec tests for System.IO.Pipelines such that our adapted implementation is compliant.
cc @pakrym @davidfowl
The text was updated successfully, but these errors were encountered: