progaudi.buffers
2.0.0
See the version list below for details.
dotnet add package progaudi.buffers --version 2.0.0
NuGet\Install-Package progaudi.buffers -Version 2.0.0
<PackageReference Include="progaudi.buffers" Version="2.0.0" />
paket add progaudi.buffers --version 2.0.0
#r "nuget: progaudi.buffers, 2.0.0"
// Install progaudi.buffers as a Cake Addin #addin nuget:?package=progaudi.buffers&version=2.0.0 // Install progaudi.buffers as a Cake Tool #tool nuget:?package=progaudi.buffers&version=2.0.0
When you request buffer of size N from `System.Buffers.MemoryPool<T>` returns `IMemoryOwner<T>` which can hold `Memory<T>` at least N elements. That proves to be a problem in some scenarios like passing serialized data back to your users. You need to pass them one more field: actual length of data. This pool will always trim `IMemory<T>` to requested length. It will also provide a property with an access to underlying buffer.
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 was computed. 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. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 is compatible. netcoreapp2.2 is compatible. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.4 is compatible. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 is compatible. net462 is compatible. net463 was computed. net47 is compatible. net471 is compatible. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 2.1
- System.Buffers (>= 4.5.0)
- System.Memory (>= 4.5.1)
-
.NETCoreApp 2.2
- System.Buffers (>= 4.5.0)
- System.Memory (>= 4.5.1)
-
.NETFramework 4.5
- System.Buffers (>= 4.5.0)
- System.Memory (>= 4.5.1)
-
.NETFramework 4.6.1
- System.Buffers (>= 4.5.0)
- System.Memory (>= 4.5.1)
-
.NETFramework 4.6.2
- System.Buffers (>= 4.5.0)
- System.Memory (>= 4.5.1)
-
.NETFramework 4.7
- System.Buffers (>= 4.5.0)
- System.Memory (>= 4.5.1)
-
.NETFramework 4.7.1
- System.Buffers (>= 4.5.0)
- System.Memory (>= 4.5.1)
-
.NETStandard 1.4
- NETStandard.Library (>= 1.6.1)
- System.Buffers (>= 4.5.0)
- System.Memory (>= 4.5.1)
-
.NETStandard 2.0
- System.Buffers (>= 4.5.0)
- System.Memory (>= 4.5.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on progaudi.buffers:
Package | Downloads |
---|---|
progaudi.msgpack.spec
MsgPack reference serialization library. It provides fast and efficient way to work with msgpack data. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.1.6-g83eba8e | 816 | 1/11/2019 |
2.0.1.5-g0cc6ab4 | 757 | 1/11/2019 |
2.0.1.2-g5e7625c | 780 | 1/11/2019 |
2.0.1 | 3,420 | 1/11/2019 |
2.0.0 | 683 | 1/10/2019 |
1.0.1.6-g116ec71 | 579 | 1/10/2019 |
1.0.1 | 2,836 | 8/21/2018 |
1.0.0.1-g40cf1a2 | 684 | 8/21/2018 |
0.0.1 | 831 | 8/21/2018 |