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.TestHost
ASP.NET Core web server for writing and running tests. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/cd9340856ed85215a911c97c44d52373f6cba2f9
1,231
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/df45061e218c9b5813c5531bc06fb238a23e30f6.
618
System.Text.Json
Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data. The System.Text.Json library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.
571
Microsoft.AspNetCore.TestHost
ASP.NET Core web server for writing and running tests. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/36be7ed6d6d56b7da0a2891e3de7ecc2aa48eecd
535
System.Text.Json
Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data. The System.Text.Json library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.
377
Microsoft.AspNetCore.Server.IIS
Provides support for hosting ASP.NET Core in IIS using the AspNetCoreModule. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/ce8cf65589734f82b0536c543aba5bd60d0a5a98
274
Microsoft.AspNetCore.Server.IISIntegration
ASP.NET Core components for working with the IIS AspNetCoreModule. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/ce8cf65589734f82b0536c543aba5bd60d0a5a98
271
Microsoft.AspNetCore.Connections.Abstractions
Core components of ASP.NET Core networking protocol stack. This package was built from the source code at https://github.com/aspnet/KestrelHttpServer/tree/5db6394769e229139cbf8538ec73253ce76e735b
206
Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions
Transport abstractions for the ASP.NET Core Kestrel cross-platform web server.
163
System.Text.Json
Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data. The System.Text.Json library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.
139
Microsoft.AspNetCore.Server.IISIntegration
ASP.NET Core components for working with the IIS AspNetCoreModule.
78
Microsoft.AspNetCore.Server.Kestrel
ASP.NET Core Kestrel cross-platform web server.
75
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/e091728607ca0fc9efca55ccfb3e59259c6b5a0a.
50
System.Text.Json
Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data. The System.Text.Json library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.
42
Microsoft.AspNetCore.Connections.Abstractions
Core components of ASP.NET Core networking protocol stack.
32
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/6a5a63bbc9f4449d9bd1e95a8f9624939c3ccdc3.
18
K4os.Compression.LZ4.Streams
Port of LZ4 compression algorithm for .NET
18
Microsoft.AspNetCore.Connections.Abstractions
Core components of ASP.NET Core networking protocol stack. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/440dadc05b2bed38e6a726c2492db90e77d43c62
16
Microsoft.AspNetCore.Http.Features
ASP.NET Core HTTP feature interface definitions. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/21d42143378ad6cc4bcbaebfda5f3acddf13aa47
16
Microsoft.AspNetCore.Http.Features
ASP.NET Core HTTP feature interface definitions. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/88ca061d20b28892b28279b17bad46919cff49a4
16

https://go.microsoft.com/fwlink/?LinkID=799421

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