Rayson.Data 0.0.7-pre

This is a prerelease version of Rayson.Data.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Rayson.Data --version 0.0.7-pre
                    
NuGet\Install-Package Rayson.Data -Version 0.0.7-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.7-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.7-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.7-pre
                    
#r "nuget: Rayson.Data, 0.0.7-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.
#:package Rayson.Data@0.0.7-pre
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Rayson.Data&version=0.0.7-pre&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Rayson.Data&version=0.0.7-pre&prerelease
                    
Install as a Cake Tool

Common Classes : RandomSampler, EnumerableOf, CharList, TypeCategorisor

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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.

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,242 1/27/2019
0.0.29-pre 576 1/27/2019
0.0.28-pre 580 1/26/2019
0.0.27-pre 584 1/26/2019
0.0.26-pre 866 8/29/2018
0.0.25-pre 886 8/29/2018
0.0.24-pre 766 8/29/2018
0.0.23-pre 721 8/29/2018
0.0.22-pre 749 8/27/2018
0.0.21-pre 733 8/27/2018
0.0.20-pre 768 8/27/2018
0.0.19-pre 730 8/26/2018
0.0.18-pre 831 8/18/2018
0.0.17-pre 848 8/17/2018
0.0.16-pre 780 8/17/2018
0.0.15-pre 782 8/16/2018
0.0.14-pre 791 8/12/2018
0.0.13-pre 771 8/12/2018
0.0.12-pre 776 8/12/2018
0.0.11-pre 766 8/12/2018
0.0.10-pre 795 8/11/2018
0.0.9-pre 817 8/9/2018
0.0.7-pre 973 8/4/2018
0.0.6-pre 933 8/4/2018
0.0.5-pre 888 8/3/2018
0.0.4-pre 862 8/3/2018
0.0.3-pre 857 8/3/2018
0.0.2-pre 861 8/1/2018
0.0.1-pre 869 7/30/2018

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