GetcuReone.FactFactory 5.1.0

dotnet add package GetcuReone.FactFactory --version 5.1.0
NuGet\Install-Package GetcuReone.FactFactory -Version 5.1.0
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="GetcuReone.FactFactory" Version="5.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GetcuReone.FactFactory --version 5.1.0
#r "nuget: GetcuReone.FactFactory, 5.1.0"
#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.
// Install GetcuReone.FactFactory as a Cake Addin
#addin nuget:?package=GetcuReone.FactFactory&version=5.1.0

// Install GetcuReone.FactFactory as a Cake Tool
#tool nuget:?package=GetcuReone.FactFactory&version=5.1.0

Welcome to my Fact Factory project. In this project, I realized my vision of the fact factory. It is a decision tree building mechanism for information processing.
       
       Think of the vertices of the graph as the information you describe, and the edges of the graph as the rules for calculating that information.
       A fact factory can build a decision tree to calculate one piece of information from another, using your rules to link between your set of information.

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. 
.NET Core netcoreapp2.0 was computed.  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 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 (2)

Showing the top 2 NuGet packages that depend on GetcuReone.FactFactory:

Package Downloads
GetcuReone.Cdo.Wpf

Common domain operations for WPF.

GetcuReone.Cdi

Common Domain Infrastructure.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.1.0 618 11/20/2022
5.0.3 345 11/13/2022
5.0.2 463 11/13/2022
5.0.1 1,241 11/12/2022
5.0.0 956 11/11/2022
4.0.2 371 11/6/2022
4.0.1 467 4/1/2022
4.0.0 454 3/28/2022
3.0.0 1,718 4/23/2021
2.1.4 446 3/9/2021
2.1.3 918 3/5/2021
2.1.2 342 3/4/2021
2.1.1 357 2/1/2021
2.1.0 2,314 11/4/2020
2.0.3 447 9/17/2020
2.0.2 481 9/2/2020
2.0.1 521 9/1/2020
2.0.0 510 9/1/2020
1.0.0 547 5/17/2020

Changes (5.1.0):
           - add fact parameter cache
           - move IPriorityFact to GetcuReone.FactFactory.Priority.Interfaces
           - moved extension methods to appropriate classes