Platform.Memory
0.1.6
See the version list below for details.
dotnet add package Platform.Memory --version 0.1.6
NuGet\Install-Package Platform.Memory -Version 0.1.6
<PackageReference Include="Platform.Memory" Version="0.1.6" />
paket add Platform.Memory --version 0.1.6
#r "nuget: Platform.Memory, 0.1.6"
// Install Platform.Memory as a Cake Addin #addin nuget:?package=Platform.Memory&version=0.1.6 // Install Platform.Memory as a Cake Tool #tool nuget:?package=Platform.Memory&version=0.1.6
LinksPlatform's Platform.Memory Class Library
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 | 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 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. 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 | 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.7.1
- Platform.IO (>= 0.1.2)
- System.IO.MemoryMappedFiles (>= 4.3.0)
-
.NETStandard 2.0
- Platform.IO (>= 0.1.2)
- System.IO.MemoryMappedFiles (>= 4.3.0)
-
.NETStandard 2.1
- Platform.IO (>= 0.1.2)
- System.IO.MemoryMappedFiles (>= 4.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Platform.Memory:
Package | Downloads |
---|---|
Platform.Data.Doublets
LinksPlatform's Platform.Data.Doublets Class Library |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.4.1 | 806 | 1/11/2023 |
0.4.0 | 369 | 12/15/2022 |
0.3.2 | 3,779 | 2/18/2022 |
0.3.1 | 4,022 | 8/6/2021 |
0.3.0 | 450 | 8/3/2021 |
0.2.1 | 1,184 | 7/2/2021 |
0.2.0 | 2,902 | 2/24/2020 |
0.1.9 | 832 | 11/10/2019 |
0.1.8 | 761 | 11/8/2019 |
0.1.7 | 529 | 11/7/2019 |
0.1.6 | 550 | 11/4/2019 |
0.1.5 | 1,016 | 9/15/2019 |
0.1.4 | 607 | 9/3/2019 |
0.1.3 | 1,013 | 8/16/2019 |
0.1.2 | 557 | 8/14/2019 |
0.1.1 | 932 | 7/27/2019 |
0.1.0 | 662 | 7/20/2019 |
0.0.9 | 1,110 | 4/14/2016 |
0.0.8 | 1,003 | 4/4/2016 |
0.0.7 | 1,319 | 2/29/2016 |
0.0.6 | 1,748 | 2/23/2016 |
0.0.5 | 1,623 | 2/23/2016 |
0.0.4 | 1,394 | 2/23/2016 |
Added support for .NET Standard 2.1 (.NET Core 3.0).
Platform.IO dependency updated from 0.1.1 to 0.1.2.
Added FileArrayMemory constructor that accepts FileStream.
Default FileMode for FileMappedResizableDirectMemory is now OpenOrCreate.
ResizableDirectMemoryBase.MinimumCapacity is now equals to Environment.SystemPageSize.
Source link enabled.
Travis CI disabled.
GitHub Actions enabled.
Refactoring, performance optimizations, issues fix.