Rayson.Data
0.0.30-pre
dotnet add package Rayson.Data --version 0.0.30-pre
NuGet\Install-Package Rayson.Data -Version 0.0.30-pre
<PackageReference Include="Rayson.Data" Version="0.0.30-pre" />
paket add Rayson.Data --version 0.0.30-pre
#r "nuget: Rayson.Data, 0.0.30-pre"
// Install Rayson.Data as a Cake Addin #addin nuget:?package=Rayson.Data&version=0.0.30-pre&prerelease // Install Rayson.Data as a Cake Tool #tool nuget:?package=Rayson.Data&version=0.0.30-pre&prerelease
Useful Types : RandomProvider, BinaryTree, Sequence, various Enumerable extensions, CharSet, TypeCategorisor, EnumerableRandomExtension
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,091 | 1/27/2019 |
0.0.29-pre | 438 | 1/27/2019 |
0.0.28-pre | 443 | 1/26/2019 |
0.0.27-pre | 448 | 1/26/2019 |
0.0.26-pre | 703 | 8/29/2018 |
0.0.25-pre | 727 | 8/29/2018 |
0.0.24-pre | 602 | 8/29/2018 |
0.0.23-pre | 555 | 8/29/2018 |
0.0.22-pre | 586 | 8/27/2018 |
0.0.21-pre | 571 | 8/27/2018 |
0.0.20-pre | 599 | 8/27/2018 |
0.0.19-pre | 565 | 8/26/2018 |
0.0.18-pre | 665 | 8/18/2018 |
0.0.17-pre | 678 | 8/17/2018 |
0.0.16-pre | 616 | 8/17/2018 |
0.0.15-pre | 614 | 8/16/2018 |
0.0.14-pre | 623 | 8/12/2018 |
0.0.13-pre | 608 | 8/12/2018 |
0.0.12-pre | 608 | 8/12/2018 |
0.0.11-pre | 600 | 8/12/2018 |
0.0.10-pre | 630 | 8/11/2018 |
0.0.9-pre | 650 | 8/9/2018 |
0.0.7-pre | 709 | 8/4/2018 |
0.0.6-pre | 675 | 8/4/2018 |
0.0.5-pre | 625 | 8/3/2018 |
0.0.4-pre | 601 | 8/3/2018 |
0.0.3-pre | 594 | 8/3/2018 |
0.0.2-pre | 589 | 8/1/2018 |
0.0.1-pre | 602 | 7/30/2018 |
0.0.30-pre
Added a suspiciously missing NextBool() to the RandomProvider. Will be useful!
0.0.29-pre
CallGenericMethod extension now allows for calling generic methods found via the parameter list types. It will first attempt to find a match using param types, but if that fails due to passing null as a parameter, it will now use some fuzzy logic to find a method that it can call.
0.0.28-pre
Reverted last changeset as it caused breaking changes to end users.
0.0.27-pre
CallGenericMethod extended to allow selecting by parameters.
0.0.26-pre
Fixed conflict with System.Linq.Enumerable and Rayson.Data.Enumerable. Using Sequence instead.
0.0.25-pre
Added/Updated Enumerable.Of(), Enumerable.Random(), Enumerable.Shuffle(), Enumerable.MakeIndex(), Enumerable.StochasticSample(), Expression.ToPropertyInfo(), Object.CallGenericMethod()
0.0.24-pre
Added VersionedObservableObject
0.0.23-pre
Added ObservableObject and VersionedObject
0.0.22-pre
Small BinaryNode.Height calculation speedup
0.0.21-pre
Added BinaryNode properties for navigation
0.0.20-pre
Fixed binary tree bugs
0.0.19-pre
Made BinaryTree accessible by index
bio
0.0.18-pre
Added EnumerableRandomExtension
0.0.17-pre
Altered BinaryTree and related classes' public APIs (SoC)
0.0.16-pre
[BugFix] Child nodes weren't being added to Nodes collection when SetA or SetB was used.
0.0.15-pre
Added EnumSequence
0.0.14-pre
[BugFix] BinaryTree.Replace now clears child nodes too
0.0.13-pre
Update to BinaryTree
0.0.12-pre
Update to BinaryTree
0.0.11-pre
Added BinaryTree and BinaryNode classes
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