Rayson.Data 0.0.30-pre

This is a prerelease version of Rayson.Data.
dotnet add package Rayson.Data --version 0.0.30-pre
                    
NuGet\Install-Package Rayson.Data -Version 0.0.30-pre
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Rayson.Data" Version="0.0.30-pre" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Rayson.Data" Version="0.0.30-pre" />
                    
Directory.Packages.props
<PackageReference Include="Rayson.Data" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Rayson.Data --version 0.0.30-pre
                    
#r "nuget: Rayson.Data, 0.0.30-pre"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Rayson.Data&version=0.0.30-pre&prerelease
                    
Install Rayson.Data as a Cake Addin
#tool nuget:?package=Rayson.Data&version=0.0.30-pre&prerelease
                    
Install Rayson.Data as a Cake Tool

Useful Types : RandomProvider, BinaryTree, Sequence, various Enumerable extensions, CharSet, TypeCategorisor, EnumerableRandomExtension

Product 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .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,129 1/27/2019
0.0.29-pre 472 1/27/2019
0.0.28-pre 476 1/26/2019
0.0.27-pre 479 1/26/2019
0.0.26-pre 751 8/29/2018
0.0.25-pre 774 8/29/2018
0.0.24-pre 651 8/29/2018
0.0.23-pre 604 8/29/2018
0.0.22-pre 636 8/27/2018
0.0.21-pre 621 8/27/2018
0.0.20-pre 650 8/27/2018
0.0.19-pre 614 8/26/2018
0.0.18-pre 715 8/18/2018
0.0.17-pre 727 8/17/2018
0.0.16-pre 664 8/17/2018
0.0.15-pre 668 8/16/2018
0.0.14-pre 672 8/12/2018
0.0.13-pre 657 8/12/2018
0.0.12-pre 660 8/12/2018
0.0.11-pre 649 8/12/2018
0.0.10-pre 680 8/11/2018
0.0.9-pre 700 8/9/2018
0.0.7-pre 774 8/4/2018
0.0.6-pre 738 8/4/2018
0.0.5-pre 687 8/3/2018
0.0.4-pre 663 8/3/2018
0.0.3-pre 657 8/3/2018
0.0.2-pre 660 8/1/2018
0.0.1-pre 667 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