Platform.Data.Doublets
0.2.1
See the version list below for details.
dotnet add package Platform.Data.Doublets --version 0.2.1
NuGet\Install-Package Platform.Data.Doublets -Version 0.2.1
<PackageReference Include="Platform.Data.Doublets" Version="0.2.1" />
paket add Platform.Data.Doublets --version 0.2.1
#r "nuget: Platform.Data.Doublets, 0.2.1"
// Install Platform.Data.Doublets as a Cake Addin #addin nuget:?package=Platform.Data.Doublets&version=0.2.1 // Install Platform.Data.Doublets as a Cake Tool #tool nuget:?package=Platform.Data.Doublets&version=0.2.1
LinksPlatform's Platform.Data.Doublets 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 was computed. |
.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.Collections.Methods (>= 0.1.0)
- Platform.Data (>= 0.1.1)
- Platform.Memory (>= 0.1.5)
- Platform.Random (>= 0.0.4)
- Platform.Singletons (>= 0.0.4)
- Platform.Timestamps (>= 0.0.4)
-
.NETStandard 2.0
- Platform.Collections.Methods (>= 0.1.0)
- Platform.Data (>= 0.1.1)
- Platform.Memory (>= 0.1.5)
- Platform.Random (>= 0.0.4)
- Platform.Singletons (>= 0.0.4)
- Platform.Timestamps (>= 0.0.4)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Platform.Data.Doublets:
Package | Downloads |
---|---|
Platform.Data.Doublets.Sequences
LinksPlatform's Platform.Data.Doublets.Sequences Class Library |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.17.2 | 396 | 3/24/2023 |
0.17.1 | 392 | 2/19/2023 |
0.17.0 | 447 | 1/14/2023 |
0.16.0 | 304 | 1/7/2023 |
0.15.0 | 324 | 12/15/2022 |
0.13.4 | 2,139 | 4/7/2022 |
0.13.3 | 498 | 3/31/2022 |
0.13.2 | 502 | 2/22/2022 |
0.13.1 | 900 | 2/20/2022 |
0.13.0 | 477 | 2/2/2022 |
0.12.0 | 483 | 2/2/2022 |
0.11.1 | 450 | 1/30/2022 |
0.11.0 | 448 | 1/30/2022 |
0.10.1 | 431 | 1/30/2022 |
0.10.0 | 432 | 1/25/2022 |
0.9.0 | 438 | 1/25/2022 |
0.8.0 | 464 | 1/19/2022 |
0.7.0 | 1,161 | 8/14/2021 |
0.6.11 | 766 | 8/8/2021 |
0.6.10 | 677 | 7/18/2021 |
0.6.9 | 322 | 7/17/2021 |
0.6.8 | 374 | 7/2/2021 |
0.6.7 | 1,113 | 12/25/2020 |
0.6.6 | 628 | 3/24/2020 |
0.6.5 | 578 | 3/21/2020 |
0.6.4 | 561 | 3/21/2020 |
0.6.3 | 484 | 3/21/2020 |
0.6.2 | 479 | 3/21/2020 |
0.6.1 | 534 | 3/20/2020 |
0.6.0 | 512 | 3/20/2020 |
0.5.0 | 546 | 2/24/2020 |
0.4.0 | 565 | 11/10/2019 |
0.3.0 | 534 | 11/8/2019 |
0.2.1 | 609 | 9/22/2019 |
0.2.0 | 554 | 9/16/2019 |
0.1.1 | 546 | 8/20/2019 |
0.1.0 | 536 | 8/18/2019 |
0.0.1 | 566 | 7/29/2019 |
Platform.Collections.Methods dependency updated from 0.0.7 to 0.1.0.
Microsoft.NET.Test.Sdk dependency updated from 16.2.0 to 16.3.0.
No more usages of obsolete methods.
Tests for .NET Framework 4.7.1 all are passing now.
Unindex class added, to allow disabling of SequenceIndex mechanism.
TreeMethods and ListMethods of ResizableDirectMemoryLinks are now separate classes.
Facade mechanism added to LinksDisposableDecoratorBase.
UInt64Links decorator contains fewer checks now, so it can be decorated with additional checks if required.
Performance optimizations, refactoring, issues, and build fix.