Make PipeWriterStream public, unsealed #30150
Labels
api-needs-work
API needs work before it is approved, it is NOT ready for implementation
area-System.IO.Pipelines
backlog-cleanup-candidate
An inactive issue that has been marked for automated closure.
no-recent-activity
Milestone
PipeWriterStream doesn't allow for any customization. For example, we wanted to add additional checks in Write but could not derive from PipeWriterStream because it is internal and sealed. We had to duplicate all of PipeWriterStream in order to augment it.
https://github.com/aspnet/AspNetCore/pull/11611/files#diff-6d1eaebe8ea91cbadd3f6585fecd9a2f
This may also apply to PipeReaderStream but we haven't had to argument that one yet.
@davidfowl
The text was updated successfully, but these errors were encountered: