Rayson.ObjectCrawling 0.0.26-pre

This is a prerelease version of Rayson.ObjectCrawling.
dotnet add package Rayson.ObjectCrawling --version 0.0.26-pre
                    
NuGet\Install-Package Rayson.ObjectCrawling -Version 0.0.26-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.ObjectCrawling" Version="0.0.26-pre" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Rayson.ObjectCrawling" Version="0.0.26-pre" />
                    
Directory.Packages.props
<PackageReference Include="Rayson.ObjectCrawling" />
                    
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.ObjectCrawling --version 0.0.26-pre
                    
#r "nuget: Rayson.ObjectCrawling, 0.0.26-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.ObjectCrawling@0.0.26-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.ObjectCrawling&version=0.0.26-pre&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Rayson.ObjectCrawling&version=0.0.26-pre&prerelease
                    
Install as a Cake Tool

Useful Types:  MultiAggregateCrawler, Object.Copy (extension), TransposeCrawler, UpdateCrawler

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 net45 is compatible.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.26-pre 581 3/5/2019
0.0.25-pre 509 3/4/2019
0.0.24-pre 490 3/3/2019
0.0.23-pre 476 3/3/2019
0.0.22-pre 495 2/24/2019
0.0.20-pre 560 1/27/2019
0.0.19-pre 557 1/25/2019
0.0.18-pre 600 1/24/2019
0.0.17-pre 558 1/23/2019
0.0.16-pre 696 8/29/2018
0.0.15-pre 768 8/19/2018
0.0.14-pre 821 8/8/2018
0.0.13-pre 791 8/4/2018
0.0.12-pre 817 8/4/2018
0.0.11-pre 794 8/3/2018
0.0.10-pre 773 8/3/2018
0.0.9-pre 963 8/3/2018
0.0.8-pre 798 8/2/2018
0.0.7-pre 786 8/2/2018
0.0.6-pre 788 8/1/2018
0.0.5-pre 1,042 4/11/2018

0.0.26-pre
bugfix - Don't attempt to write to readonly properties

0.0.25-pre
bugfix - MultiAggregateCrawler.Aggregate now works with strings as intended

0.0.24-pre
Poor tests

0.0.23-pre
Copy was failing when copying an interface type - fixed by using DI

0.0.22-pre
Multi-targeting

0.0.21-pre
Complete rewrite - Extremely breaking changes.  Custom crawlers for each purpose.

0.0.20-pre
Added ability to call crawler methods without generic parameters

0.0.19-pre
Added two tests after bugs were found in Comparer

0.0.18-pre
Big change to codebase, made the internal crawlers OO so it's easier to extend.  Also added PropertyComparerRule.

0.0.17-pre
updated to use Rayson.DependencyInjection instead of Rayson.DI

0.0.16-pre
Dependency update

0.0.15-pre
DLL Hell

0.0.14-pre
Fixes a few usability issues

0.0.13-pre
conflicted namespaces fixed (due to Rayson.Data namespacing changes)

0.0.12-pre
Fixed crawling into reference types
bio

0.0.11-pre
Relocated ITypeCategoriser to Rayson.Data

0.0.10-pre
Exception handling added

0.0.9-pre
Allow the use of self-referencing types

0.0.8-pre
Further housework

0.0.7-pre
Cleaned API on ISourceConvert

0.0.6-pre init