System.IO.Pipelines
4.5.2
Requires NuGet 2.12 or higher.
Install-Package System.IO.Pipelines -Version 4.5.2
dotnet add package System.IO.Pipelines --version 4.5.2
<PackageReference Include="System.IO.Pipelines" Version="4.5.2" />
paket add System.IO.Pipelines --version 4.5.2
#r "nuget: System.IO.Pipelines, 4.5.2"
// Install System.IO.Pipelines as a Cake Addin
#addin nuget:?package=System.IO.Pipelines&version=4.5.2
// Install System.IO.Pipelines as a Cake Tool
#tool nuget:?package=System.IO.Pipelines&version=4.5.2
Single producer single consumer byte buffer management.
Commonly Used Types:
System.IO.Pipelines.Pipe
System.IO.Pipelines.PipeWriter
System.IO.Pipelines.PipeReader
02b11eeee1fbc5f3ef43a1452fe07efd25fa1715
When using NuGet 3.x this package requires at least version 3.4.
| Product | Versions |
|---|---|
| .NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
| .NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
| .NET Standard | netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
| .NET Framework | net46 net461 net462 net463 net47 net471 net472 net48 |
| MonoAndroid | monoandroid |
| MonoMac | monomac |
| MonoTouch | monotouch |
| Tizen | tizen30 tizen40 tizen60 |
| Universal Windows Platform | uap uap10.0 |
| Xamarin.iOS | xamarinios |
| Xamarin.Mac | xamarinmac |
| Xamarin.TVOS | xamarintvos |
| Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 2.0
- System.Memory (>= 4.5.1)
- System.Threading.Tasks.Extensions (>= 4.5.1)
-
.NETCoreApp 2.1
- No dependencies.
-
.NETFramework 4.6
- System.Buffers (>= 4.4.0)
- System.Memory (>= 4.5.1)
- System.Threading.Tasks.Extensions (>= 4.5.1)
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
- System.Buffers (>= 4.4.0)
- System.Memory (>= 4.5.1)
- System.Threading.Tasks.Extensions (>= 4.5.1)
-
.NETStandard 2.0
- System.Buffers (>= 4.4.0)
- System.Memory (>= 4.5.1)
- System.Threading.Tasks.Extensions (>= 4.5.1)
-
MonoAndroid 1.0
- System.Buffers (>= 4.4.0)
- System.Memory (>= 4.5.1)
-
MonoTouch 1.0
- System.Buffers (>= 4.4.0)
- System.Memory (>= 4.5.1)
-
UAP 10.0.16299
- System.Memory (>= 4.5.1)
- System.Threading.Tasks.Extensions (>= 4.5.1)
-
Xamarin.iOS 1.0
- System.Buffers (>= 4.4.0)
- System.Memory (>= 4.5.1)
-
Xamarin.Mac 2.0
- System.Buffers (>= 4.4.0)
- System.Memory (>= 4.5.1)
-
Xamarin.TVOS 1.0
- System.Buffers (>= 4.4.0)
- System.Memory (>= 4.5.1)
-
Xamarin.WatchOS 1.0
- System.Buffers (>= 4.4.0)
- System.Memory (>= 4.5.1)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on System.IO.Pipelines:
| Package | Downloads |
|---|---|
|
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 |
|
|
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 |
|
|
Microsoft.AspNetCore.All
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download. |
|
|
Microsoft.AspNetCore.App
Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download. |
|
|
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 |