System.IO.Pipelines
                              
                            
                                9.0.10
                            
                        
                            
                                
                                
                                    Prefix Reserved
                                
                            
                    See the version list below for details.
dotnet add package System.IO.Pipelines --version 9.0.10
NuGet\Install-Package System.IO.Pipelines -Version 9.0.10
<PackageReference Include="System.IO.Pipelines" Version="9.0.10" />
<PackageVersion Include="System.IO.Pipelines" Version="9.0.10" />
<PackageReference Include="System.IO.Pipelines" />
paket add System.IO.Pipelines --version 9.0.10
#r "nuget: System.IO.Pipelines, 9.0.10"
#:package System.IO.Pipelines@9.0.10
#addin nuget:?package=System.IO.Pipelines&version=9.0.10
#tool nuget:?package=System.IO.Pipelines&version=9.0.10
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.
| Product | Versions Compatible and additional computed target framework versions. | 
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. | 
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. | 
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. | 
| .NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. | 
| MonoAndroid | monoandroid was computed. | 
| MonoMac | monomac was computed. | 
| MonoTouch | monotouch was computed. | 
| Tizen | tizen40 was computed. tizen60 was computed. | 
| Xamarin.iOS | xamarinios was computed. | 
| Xamarin.Mac | xamarinmac was computed. | 
| Xamarin.TVOS | xamarintvos was computed. | 
| Xamarin.WatchOS | xamarinwatchos was computed. | 
- 
                                                    .NETFramework 4.6.2- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.5)
- System.Threading.Tasks.Extensions (>= 4.5.4)
 
- 
                                                    .NETStandard 2.0- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.5)
- System.Threading.Tasks.Extensions (>= 4.5.4)
 
- 
                                                    net8.0- No dependencies.
 
- 
                                                    net9.0- No dependencies.
 
NuGet packages (844)
Showing the top 5 NuGet packages that depend on System.IO.Pipelines:
| Package | Downloads | 
|---|---|
| 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. | |
| 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/c0ae1d179dba6f3acd0e55be55718c97c9028698 | |
| Pipelines.Sockets.Unofficial Package Description | |
| 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/1ff281352c76f1a56ae8e49af9c4c4ef0e0f0f42. | |
| 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/1ff281352c76f1a56ae8e49af9c4c4ef0e0f0f42. | 
GitHub repositories (213)
Showing the top 20 popular GitHub repositories that depend on System.IO.Pipelines:
| Repository | Stars | 
|---|---|
| dotnet/roslyn 
                                                            The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
                                                         | |
| peass-ng/PEASS-ng 
                                                            PEASS - Privilege Escalation Awesome Scripts SUITE (with colors)
                                                         | |
| duplicati/duplicati 
                                                            Store securely encrypted backups in the cloud!
                                                         | |
| dotnet/AspNetCore.Docs 
                                                            Documentation for ASP.NET Core
                                                         | |
| chocolatey/choco 
                                                            Chocolatey - the package manager for Windows
                                                         | |
| dotnet/orleans 
                                                            Cloud Native application framework for .NET
                                                         | |
| mRemoteNG/mRemoteNG 
                                                            mRemoteNG is the next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager.
                                                         | |
| dotnet/machinelearning 
                                                            ML.NET is an open source and cross-platform machine learning framework for .NET.
                                                         | |
| JeffreySu/WeiXinMPSDK 
                                                            微信全平台 .NET SDK, Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
                                                         | |
| btcpayserver/btcpayserver 
                                                            Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin payment processor. 
                                                         | |
| StackExchange/StackExchange.Redis 
                                                            General purpose redis client
                                                         | |
| Azure/azure-sdk-for-net 
                                                            This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net. 
                                                         | |
| kurrent-io/KurrentDB 
                                                            KurrentDB is a database that's engineered for modern software applications and event-driven architectures. Its event-native design simplifies data modeling and preserves data integrity while the integrated streaming engine solves distributed messaging challenges and ensures data consistency.
                                                         | |
| ChilliCream/graphql-platform 
                                                            Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
                                                         | |
| dotnet/tye 
                                                            Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
                                                         | |
| protobuf-net/protobuf-net 
                                                            Protocol Buffers library for idiomatic .NET 
                                                         | |
| BililiveRecorder/BililiveRecorder 
                                                            录播姬 | mikufans 生放送录制
                                                         | |
| Cysharp/MagicOnion 
                                                            Unified Realtime/API framework for .NET platform and Unity.
                                                         | |
| kerryjiang/SuperSocket 
                                                            SuperSocket is a high-performance, extensible socket server application framework for .NET. It provides a robust architecture for building custom network communication applications with support for multiple protocols including TCP, UDP, and WebSocket.
                                                         | |
| Cysharp/MemoryPack 
                                                            Zero encoding extreme performance binary serializer for C# and Unity.
                                                         | 
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 10.0.0-rc.2.25502.107 | 29,350 | 10/14/2025 | |
| 10.0.0-rc.1.25451.107 | 73,537 | 9/9/2025 | |
| 10.0.0-preview.7.25380.108 | 42,633 | 8/12/2025 | |
| 10.0.0-preview.6.25358.103 | 53,937 | 7/15/2025 | |
| 10.0.0-preview.5.25277.114 | 77,593 | 6/6/2025 | |
| 10.0.0-preview.4.25258.110 | 74,297 | 5/12/2025 | |
| 10.0.0-preview.3.25171.5 | 120,777 | 4/10/2025 | |
| 10.0.0-preview.2.25163.2 | 73,563 | 3/18/2025 | |
| 10.0.0-preview.1.25080.5 | 70,735 | 2/25/2025 | |
| 9.0.10 | 1,045,878 | 10/14/2025 | |
| 9.0.9 | 4,285,936 | 9/9/2025 | |
| 9.0.8 | 5,921,716 | 8/4/2025 | |
| 9.0.7 | 6,359,518 | 7/8/2025 | |
| 9.0.6 | 7,633,516 | 6/10/2025 | |
| 9.0.5 | 8,806,024 | 5/13/2025 | |
| 9.0.4 | 12,848,148 | 4/8/2025 | |
| 9.0.3 | 10,582,565 | 3/11/2025 | |
| 9.0.2 | 15,134,089 | 2/11/2025 | |
| 9.0.1 | 14,445,649 | 1/14/2025 | |
| 9.0.0 | 51,211,071 | 11/12/2024 | |
| 9.0.0-rc.2.24473.5 | 2,380,316 | 10/8/2024 | |
| 9.0.0-rc.1.24431.7 | 228,452 | 9/10/2024 | |
| 9.0.0-preview.7.24405.7 | 333,497 | 8/13/2024 | |
| 9.0.0-preview.6.24327.7 | 310,047 | 7/9/2024 | |
| 9.0.0-preview.5.24306.7 | 208,725 | 6/11/2024 | |
| 9.0.0-preview.4.24266.19 | 20,157 | 5/21/2024 | |
| 9.0.0-preview.3.24172.9 | 97,686 | 4/11/2024 | |
| 9.0.0-preview.2.24128.5 | 14,242 | 3/12/2024 | |
| 9.0.0-preview.1.24080.9 | 50,601 | 2/13/2024 | |
| 8.0.0 | 192,103,942 | 11/14/2023 | |
| 8.0.0-rc.2.23479.6 | 1,129,336 | 10/10/2023 | |
| 8.0.0-rc.1.23419.4 | 159,508 | 9/12/2023 | |
| 8.0.0-preview.7.23375.6 | 130,790 | 8/8/2023 | |
| 8.0.0-preview.6.23329.7 | 77,753 | 7/11/2023 | |
| 8.0.0-preview.5.23280.8 | 30,617 | 6/13/2023 | |
| 8.0.0-preview.4.23259.5 | 316,418 | 5/16/2023 | |
| 8.0.0-preview.3.23174.8 | 33,799 | 4/11/2023 | |
| 8.0.0-preview.2.23128.3 | 14,828 | 3/14/2023 | |
| 8.0.0-preview.1.23110.8 | 54,180 | 2/21/2023 | |
| 7.0.0 | 141,526,992 | 11/7/2022 | |
| 7.0.0-rc.2.22472.3 | 153,629 | 10/11/2022 | |
| 7.0.0-rc.1.22426.10 | 152,692 | 9/14/2022 | |
| 7.0.0-preview.7.22375.6 | 150,189 | 8/9/2022 | |
| 7.0.0-preview.6.22324.4 | 12,744 | 7/12/2022 | |
| 7.0.0-preview.5.22301.12 | 15,726 | 6/14/2022 | |
| 7.0.0-preview.4.22229.4 | 98,493 | 5/10/2022 | |
| 7.0.0-preview.3.22175.4 | 22,028 | 4/13/2022 | |
| 7.0.0-preview.2.22152.2 | 23,191 | 3/14/2022 | |
| 7.0.0-preview.1.22076.8 | 32,670 | 2/17/2022 | |
| 6.0.3 | 261,553,043 | 5/10/2022 | |
| 6.0.2 | 24,510,120 | 2/8/2022 | |
| 6.0.1 | 18,011,925 | 12/14/2021 | |
| 6.0.0 | 35,162,702 | 11/8/2021 | |
| 6.0.0-rc.2.21480.5 | 350,789 | 10/12/2021 | |
| 6.0.0-rc.1.21451.13 | 271,797 | 9/14/2021 | |
| 6.0.0-preview.7.21377.19 | 177,198 | 8/10/2021 | |
| 6.0.0-preview.6.21352.12 | 313,202 | 7/14/2021 | |
| 6.0.0-preview.5.21301.5 | 72,765 | 6/15/2021 | |
| 6.0.0-preview.4.21253.7 | 2,501,637 | 5/24/2021 | |
| 6.0.0-preview.3.21201.4 | 268,814 | 4/8/2021 | |
| 6.0.0-preview.2.21154.6 | 14,259 | 3/11/2021 | |
| 6.0.0-preview.1.21102.12 | 63,653 | 2/12/2021 | |
| 5.0.2 | 50,144,224 | 3/8/2022 | |
| 5.0.1 | 392,067,036 | 12/8/2020 | |
| 5.0.0 | 157,882,071 | 11/9/2020 | |
| 5.0.0-rc.2.20475.5 | 226,839 | 10/13/2020 | |
| 5.0.0-rc.1.20451.14 | 13,498 | 9/14/2020 | |
| 5.0.0-preview.8.20407.11 | 23,120 | 8/25/2020 | |
| 5.0.0-preview.7.20364.11 | 30,922 | 7/21/2020 | |
| 5.0.0-preview.6.20305.6 | 9,001 | 6/25/2020 | |
| 5.0.0-preview.5.20278.1 | 5,344 | 6/10/2020 | |
| 5.0.0-preview.4.20251.6 | 13,923 | 5/18/2020 | |
| 5.0.0-preview.3.20214.6 | 18,953 | 4/23/2020 | |
| 5.0.0-preview.2.20160.6 | 84,656 | 4/2/2020 | |
| 5.0.0-preview.1.20120.5 | 11,788 | 3/16/2020 | |
| 4.7.5 | 6,193,964 | 3/8/2022 | |
| 4.7.4 | 16,886,059 | 1/12/2021 | |
| 4.7.3 | 12,873,503 | 10/13/2020 | |
| 4.7.2 | 29,365,318 | 5/12/2020 | |
| 4.7.1 | 76,411,831 | 3/24/2020 | |
| 4.7.0 | 43,463,777 | 12/3/2019 | |
| 4.7.0-preview3.19551.4 | 43,572 | 11/13/2019 | |
| 4.7.0-preview2.19523.17 | 6,835 | 11/1/2019 | |
| 4.7.0-preview1.19504.10 | 24,762 | 10/15/2019 | |
| 4.6.0 | 46,440,842 | 9/23/2019 | |
| 4.6.0-rc1.19456.4 | 20,050 | 9/16/2019 | |
| 4.6.0-preview9.19421.4 | 19,030 | 9/4/2019 | |
| 4.6.0-preview9.19416.11 | 1,461 | 9/4/2019 | |
| 4.6.0-preview8.19405.3 | 65,601 | 8/13/2019 | |
| 4.6.0-preview7.19362.9 | 29,755 | 7/23/2019 | |
| 4.6.0-preview6.19303.8 | 44,221 | 6/12/2019 | |
| 4.6.0-preview6.19264.9 | 1,543 | 9/4/2019 | |
| 4.6.0-preview5.19224.8 | 278,947 | 5/6/2019 | |
| 4.6.0-preview4.19212.13 | 17,223 | 4/18/2019 | |
| 4.6.0-preview3.19128.7 | 54,761 | 3/6/2019 | |
| 4.6.0-preview.19073.11 | 6,554 | 1/29/2019 | |
| 4.6.0-preview.18571.3 | 10,283 | 12/3/2018 | |
| 4.5.4 | 717,471 | 10/13/2020 | |
| 4.5.3 | 35,268,553 | 1/8/2019 | |
| 4.5.3-servicing-27114-05 | 5,805 | 11/28/2018 | |
| 4.5.2 | 157,936,906 | 10/1/2018 | |
| 4.5.1 | 114,498,395 | 9/11/2018 | |
| 4.5.0 | 51,725,213 | 5/29/2018 | |
| 4.5.0-rc1 | 144,839 | 5/6/2018 | |
| 4.5.0-preview2-26406-04 | 120,772 | 4/10/2018 | |
| 0.1.0-alpha-001 | 105,744 | 9/14/2017 |