Rayson.Data
0.0.10-pre
See the version list below for details.
dotnet add package Rayson.Data --version 0.0.10-pre
NuGet\Install-Package Rayson.Data -Version 0.0.10-pre
<PackageReference Include="Rayson.Data" Version="0.0.10-pre" />
paket add Rayson.Data --version 0.0.10-pre
#r "nuget: Rayson.Data, 0.0.10-pre"
// Install Rayson.Data as a Cake Addin #addin nuget:?package=Rayson.Data&version=0.0.10-pre&prerelease // Install Rayson.Data as a Cake Tool #tool nuget:?package=Rayson.Data&version=0.0.10-pre&prerelease
Useful Types : RandomProvider, RandomSampler, EnumerableOf, CharList, TypeCategorisor, Shuffler
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 is compatible. 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 | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. 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. |
-
.NETCoreApp 2.0
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Rayson.Data:
Package | Downloads |
---|---|
Rayson.ObjectCrawling
Useful Types: MultiAggregateCrawler, Object.Copy (extension), TransposeCrawler, UpdateCrawler |
|
Rayson.Formulae
Useful Types: Formula, FormulaBuilder, NodeFactory Represent a math formula as binary tree, with methods to manipulate the structure of the formula. |
|
Rayson.Data.Networks
Useful Types: Network, BinaryTree |
|
Rayson.WPF
ViewModel, VersionedViewModel, ViewCommand |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.0.30-pre | 1,099 | 1/27/2019 |
0.0.29-pre | 445 | 1/27/2019 |
0.0.28-pre | 448 | 1/26/2019 |
0.0.27-pre | 453 | 1/26/2019 |
0.0.26-pre | 715 | 8/29/2018 |
0.0.25-pre | 739 | 8/29/2018 |
0.0.24-pre | 616 | 8/29/2018 |
0.0.23-pre | 569 | 8/29/2018 |
0.0.22-pre | 598 | 8/27/2018 |
0.0.21-pre | 585 | 8/27/2018 |
0.0.20-pre | 613 | 8/27/2018 |
0.0.19-pre | 577 | 8/26/2018 |
0.0.18-pre | 679 | 8/18/2018 |
0.0.17-pre | 690 | 8/17/2018 |
0.0.16-pre | 628 | 8/17/2018 |
0.0.15-pre | 630 | 8/16/2018 |
0.0.14-pre | 635 | 8/12/2018 |
0.0.13-pre | 620 | 8/12/2018 |
0.0.12-pre | 622 | 8/12/2018 |
0.0.11-pre | 612 | 8/12/2018 |
0.0.10-pre | 642 | 8/11/2018 |
0.0.9-pre | 663 | 8/9/2018 |
0.0.7-pre | 716 | 8/4/2018 |
0.0.6-pre | 680 | 8/4/2018 |
0.0.5-pre | 630 | 8/3/2018 |
0.0.4-pre | 606 | 8/3/2018 |
0.0.3-pre | 599 | 8/3/2018 |
0.0.2-pre | 596 | 8/1/2018 |
0.0.1-pre | 607 | 7/30/2018 |
0.0.10-pre
added RandomProvider (moved from Rayson.Maths)
0.0.9-pre
added RandomSampler
0.0.8-pre
Added ICollection to list of interfaces that CharSet (used to be CharList) implements.
0.0.7-pre
fixed erroneous namespace
0.0.6-pre
TypeCategorisor api altered
Added support for all enumerable to be classified as "enumerable"
0.0.5-pre
Added TypeCategorisor
0.0.4-pre
Ability to unit test CharList (interface provided)
0.0.3-pre
Added CharList
0.0.2-pre
init