dotnet-api-docs icon indicating copy to clipboard operation
dotnet-api-docs copied to clipboard

System.IO.Pipelines is seriously underdocumented

Open MeikTranel opened this issue 6 years ago • 2 comments

Given that there's movement towards exposing a second implementation of IBufferWriter within the timeframe of .NET Core 3.0, we should probably provide documentation on Use-Case and differentiation with others specifically for PipeWriter.

Currently all framework spices redirect to .NET Platform Extensions, where no exposed type is really documented besides some sparse summaries.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

MeikTranel avatar Jan 31 '19 19:01 MeikTranel

@davidfowl @halter73 @jkotalik

carlossanlop avatar Mar 19 '21 17:03 carlossanlop

Seems like this should be closed as completed? https://learn.microsoft.com/dotnet/standard/io/pipelines

BrennanConroy avatar Jan 16 '25 23:01 BrennanConroy