System.IO.Pipelines 11.0.0-preview.5.26302.115

About

A library designed to make it easier to do high-performance I/O.

Apps that parse streaming data are composed of boilerplate code having many specialized and unusual code flows. The boilerplate and special case code is complex and difficult to maintain.

System.IO.Pipelines was architected to:

  • Have high performance parsing streaming data.
  • Reduce code complexity.

Key Features

  • Single producer/single consumer byte buffer management.
  • Reduction in code complexity and boilerplate code associated with I/O operations.

How to Use

Check the System.IO.Pipelines in .NET article for a full example.

Main Types

The main types provided by this library are:

  • System.IO.Pipelines.Pipe
  • System.IO.Pipelines.PipeWriter
  • System.IO.Pipelines.PipeReader

Additional Documentation

Feedback & Contributing

System.IO.Pipelines is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Showing the top 20 packages that depend on System.IO.Pipelines.

Packages Downloads
Microsoft.AspNetCore.Components.Web
Support for rendering ASP.NET Core components for browsers. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/3f1acb59718cadf111a0a796681e3d3509bb3381
212
Microsoft.AspNetCore.Components.Web
Support for rendering ASP.NET Core components for browsers. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/8486d31e24f30e3fa1809a95699a0adc16f448d7
210
Microsoft.CodeAnalysis
.NET Compiler Platform ("Roslyn"). This is the all-in-one package (a superset of all assemblies). You can install any of these sub-packages if you only want part of the functionality: - "Microsoft.CodeAnalysis.CSharp.Workspaces" (C# compiler + services) - "Microsoft.CodeAnalysis.VisualBasic.Workspaces" (VB compiler + services) - "Microsoft.CodeAnalysis.Compilers" (both compilers) - "Microsoft.CodeAnalysis.CSharp" (only the C# compiler) - "Microsoft.CodeAnalysis.VisualBasic (only the VB compiler) More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/16f9bd284cd49604ac82998bfe778a8eb16d4347.
163
Microsoft.CodeAnalysis.Workspaces.Common
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions. Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/16f9bd284cd49604ac82998bfe778a8eb16d4347.
161
Microsoft.CodeAnalysis.CSharp.Workspaces
.NET Compiler Platform ("Roslyn") support for analyzing C# projects and solutions. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/16f9bd284cd49604ac82998bfe778a8eb16d4347.
160
Microsoft.CodeAnalysis.VisualBasic.Workspaces
.NET Compiler Platform ("Roslyn") support for analyzing Visual Basic projects and solutions. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/16f9bd284cd49604ac82998bfe778a8eb16d4347.
159
Tmds.DBus.Protocol
Tmds.DBus.Protocol Library
157
Tmds.DBus.Protocol
Tmds.DBus.Protocol Library
85
Microsoft.CodeAnalysis
.NET Compiler Platform ("Roslyn"). This is the all-in-one package (a superset of all assemblies). You can install any of these sub-packages if you only want part of the functionality: - "Microsoft.CodeAnalysis.CSharp.Workspaces" (C# compiler + services) - "Microsoft.CodeAnalysis.VisualBasic.Workspaces" (VB compiler + services) - "Microsoft.CodeAnalysis.Compilers" (both compilers) - "Microsoft.CodeAnalysis.CSharp" (only the C# compiler) - "Microsoft.CodeAnalysis.VisualBasic (only the VB compiler) More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/8edf7bcd4f1594c3d68a6a567469f41dbd33dd1b.
61
Microsoft.CodeAnalysis.CSharp.Workspaces
.NET Compiler Platform ("Roslyn") support for analyzing C# projects and solutions. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/8edf7bcd4f1594c3d68a6a567469f41dbd33dd1b.
60
Microsoft.CodeAnalysis.Workspaces.Common
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions. Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/8edf7bcd4f1594c3d68a6a567469f41dbd33dd1b.
60
Microsoft.CodeAnalysis.VisualBasic.Workspaces
.NET Compiler Platform ("Roslyn") support for analyzing Visual Basic projects and solutions. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/8edf7bcd4f1594c3d68a6a567469f41dbd33dd1b.
59
Nerdbank.MessagePack
A fast and more user-friendly MessagePack serialization library for .NET and .NET Framework. This package is brought to you by one of the two major contributors to MessagePack-CSharp. As its natural successor, this library comes packed with features that its predecessor lacks, and has ongoing support. Premium support for trimming and Native AOT, secure deserialization of untrusted data, async serialization, streaming deserialization, skip serializing of default values, reference preservation, and support for reference cycles. Also features an automatic structural equality API.
25
Nerdbank.Streams
Streams for full duplex in-proc communication, wrap a WebSocket, split a stream into multiple channels, etc.
24
StreamJsonRpc
A cross-platform .NETStandard library that implements the JSON-RPC wire protocol and can use System.IO.Stream, System.IO.Pipelines or WebSocket so you can use it with any transport.
20
Microsoft.CodeAnalysis.Workspaces.MSBuild
.NET Compiler Platform ("Roslyn") support for analyzing MSBuild projects and solutions. This should be used with at least one of the following packages to add the appropriate language support: - Microsoft.CodeAnalysis.CSharp.Workspaces - Microsoft.CodeAnalysis.VisualBasic.Workspaces More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/6c4a46a31302167b425d5e0a31ea83c9a9aa1d09.
18
Microsoft.CodeAnalysis.CSharp.Workspaces
.NET Compiler Platform ("Roslyn") support for analyzing C# projects and solutions. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/6c4a46a31302167b425d5e0a31ea83c9a9aa1d09.
17
Microsoft.CodeAnalysis.Features
.NET Compiler Platform ("Roslyn") support for creating editing experiences. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/6c4a46a31302167b425d5e0a31ea83c9a9aa1d09.
14
Microsoft.CodeAnalysis.CSharp.Features
.NET Compiler Platform ("Roslyn") support for creating C# editing experiences. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/6c4a46a31302167b425d5e0a31ea83c9a9aa1d09.
12
Microsoft.CodeAnalysis.Workspaces.Common
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions. Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/6c4a46a31302167b425d5e0a31ea83c9a9aa1d09.
12

.NET 10.0

  • No dependencies.

.NET 11.0

  • No dependencies.

.NET Framework 4.6.2

.NET Standard 2.0

Version Downloads Last updated
11.0.0-preview.5.26302.115 1 06/14/2026
11.0.0-preview.4.26230.115 3 05/17/2026
11.0.0-preview.3.26207.106 4 04/25/2026
11.0.0-preview.2.26159.112 3 04/25/2026
11.0.0-preview.1.26104.118 3 04/25/2026
10.0.9 1 06/14/2026
10.0.8 2 05/17/2026
10.0.7 4 04/25/2026
10.0.6 3 04/25/2026
10.0.5 4 03/16/2026
10.0.4 3 03/16/2026
10.0.3 3 04/25/2026
10.0.2 3 04/25/2026
10.0.1 3 04/25/2026
10.0.0 4 04/25/2026
10.0.0-rc.2.25502.107 3 04/24/2026
10.0.0-rc.1.25451.107 3 04/24/2026
10.0.0-preview.7.25380.108 4 04/25/2026
10.0.0-preview.6.25358.103 3 04/25/2026
10.0.0-preview.5.25277.114 3 04/25/2026
10.0.0-preview.4.25258.110 4 04/25/2026
10.0.0-preview.3.25171.5 3 04/25/2026
10.0.0-preview.2.25163.2 3 04/25/2026
10.0.0-preview.1.25080.5 3 04/25/2026
9.0.17 1 06/14/2026
9.0.16 3 05/17/2026
9.0.15 3 04/25/2026
9.0.14 3 04/25/2026
9.0.13 3 04/25/2026
9.0.12 3 04/25/2026
9.0.11 3 04/25/2026
9.0.10 3 04/25/2026
9.0.9 4 04/25/2026
9.0.8 4 04/25/2026
9.0.7 4 04/25/2026
9.0.6 4 04/25/2026
9.0.5 5 04/25/2026
9.0.4 4 04/25/2026
9.0.3 4 04/25/2026
9.0.2 4 04/25/2026
9.0.1 6 04/25/2026
9.0.0 5 04/25/2026
9.0.0-rc.2.24473.5 3 04/25/2026
9.0.0-rc.1.24431.7 3 04/25/2026
9.0.0-preview.7.24405.7 3 04/25/2026
9.0.0-preview.6.24327.7 4 04/25/2026
9.0.0-preview.5.24306.7 3 04/25/2026
9.0.0-preview.4.24266.19 3 04/25/2026
9.0.0-preview.3.24172.9 3 04/25/2026
9.0.0-preview.2.24128.5 4 04/25/2026
9.0.0-preview.1.24080.9 3 04/25/2026
8.0.0 6 03/19/2026
8.0.0-rc.2.23479.6 3 04/25/2026
8.0.0-rc.1.23419.4 3 04/25/2026
8.0.0-preview.7.23375.6 3 04/25/2026
8.0.0-preview.6.23329.7 3 04/25/2026
8.0.0-preview.5.23280.8 3 04/25/2026
8.0.0-preview.4.23259.5 3 04/25/2026
8.0.0-preview.3.23174.8 3 04/25/2026
8.0.0-preview.2.23128.3 3 04/25/2026
8.0.0-preview.1.23110.8 3 04/25/2026
7.0.0 4 04/25/2026
7.0.0-rc.2.22472.3 3 04/25/2026
7.0.0-rc.1.22426.10 3 04/25/2026
7.0.0-preview.7.22375.6 3 04/25/2026
7.0.0-preview.6.22324.4 3 04/25/2026
7.0.0-preview.5.22301.12 3 04/25/2026
7.0.0-preview.4.22229.4 3 04/25/2026
7.0.0-preview.3.22175.4 3 04/25/2026
7.0.0-preview.2.22152.2 3 04/25/2026
7.0.0-preview.1.22076.8 3 04/25/2026
6.0.3 4 04/25/2026
6.0.2 4 04/25/2026
6.0.1 4 04/25/2026
6.0.0 4 04/25/2026
6.0.0-rc.2.21480.5 4 04/25/2026
6.0.0-rc.1.21451.13 3 04/25/2026
6.0.0-preview.7.21377.19 4 04/25/2026
6.0.0-preview.6.21352.12 3 04/25/2026
6.0.0-preview.5.21301.5 3 04/25/2026
6.0.0-preview.4.21253.7 3 03/16/2026
6.0.0-preview.3.21201.4 3 04/25/2026
6.0.0-preview.2.21154.6 3 04/25/2026
6.0.0-preview.1.21102.12 3 04/25/2026
5.0.2 4 04/25/2026
5.0.1 4 04/25/2026
5.0.0 4 04/25/2026
5.0.0-rc.2.20475.5 3 04/25/2026
5.0.0-rc.1.20451.14 3 04/25/2026
5.0.0-preview.8.20407.11 3 04/25/2026
5.0.0-preview.7.20364.11 4 04/25/2026
5.0.0-preview.6.20305.6 3 04/25/2026
5.0.0-preview.5.20278.1 3 04/25/2026
5.0.0-preview.4.20251.6 3 04/25/2026
5.0.0-preview.3.20214.6 3 04/25/2026
5.0.0-preview.2.20160.6 3 04/25/2026
5.0.0-preview.1.20120.5 3 04/25/2026
4.7.5 4 04/25/2026
4.7.4 4 04/25/2026
4.7.3 4 04/25/2026
4.7.2 4 04/25/2026
4.7.1 4 04/25/2026
4.7.0 5 04/25/2026
4.7.0-preview3.19551.4 3 04/25/2026
4.7.0-preview2.19523.17 3 04/25/2026
4.7.0-preview1.19504.10 4 04/25/2026
4.6.0 4 04/25/2026
4.6.0-rc1.19456.4 3 04/25/2026
4.6.0-preview9.19421.4 3 04/25/2026
4.6.0-preview9.19416.11 3 04/25/2026
4.6.0-preview8.19405.3 3 04/25/2026
4.6.0-preview7.19362.9 3 04/25/2026
4.6.0-preview6.19303.8 3 04/25/2026
4.6.0-preview6.19264.9 3 04/25/2026
4.6.0-preview5.19224.8 3 04/25/2026
4.6.0-preview4.19212.13 3 04/25/2026
4.6.0-preview3.19128.7 3 04/25/2026
4.6.0-preview.19073.11 3 04/25/2026
4.6.0-preview.18571.3 3 04/25/2026
4.5.4 4 04/25/2026
4.5.3 4 04/25/2026
4.5.3-servicing-27114-05 4 04/25/2026
4.5.2 4 04/25/2026
4.5.1 5 04/25/2026
4.5.0 4 04/25/2026
4.5.0-rc1 3 04/25/2026
4.5.0-preview2-26406-04 3 04/25/2026
0.1.0-alpha-001 4 04/25/2026