GetcuReone.FactFactory
5.1.0
dotnet add package GetcuReone.FactFactory --version 5.1.0
NuGet\Install-Package GetcuReone.FactFactory -Version 5.1.0
<PackageReference Include="GetcuReone.FactFactory" Version="5.1.0" />
paket add GetcuReone.FactFactory --version 5.1.0
#r "nuget: GetcuReone.FactFactory, 5.1.0"
// 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 | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- ComboPatterns (>= 4.0.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on GetcuReone.FactFactory:
Package | Downloads |
---|---|
GetcuReone.Cdi
Common Domain Infrastructure. |
|
GetcuReone.Cdo.Wpf
Common domain operations for WPF. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.1.0 | 332 | 11/20/2022 |
5.0.3 | 210 | 11/13/2022 |
5.0.2 | 259 | 11/13/2022 |
5.0.1 | 794 | 11/12/2022 |
5.0.0 | 613 | 11/11/2022 |
4.0.2 | 226 | 11/6/2022 |
4.0.1 | 325 | 4/1/2022 |
4.0.0 | 304 | 3/28/2022 |
3.0.0 | 1,339 | 4/23/2021 |
2.1.4 | 327 | 3/9/2021 |
2.1.3 | 711 | 3/5/2021 |
2.1.2 | 253 | 3/4/2021 |
2.1.1 | 269 | 2/1/2021 |
2.1.0 | 1,921 | 11/4/2020 |
2.0.3 | 351 | 9/17/2020 |
2.0.2 | 379 | 9/2/2020 |
2.0.1 | 428 | 9/1/2020 |
2.0.0 | 405 | 9/1/2020 |
1.0.0 | 429 | 5/17/2020 |
Changes (5.1.0):
- add fact parameter cache
- move IPriorityFact to GetcuReone.FactFactory.Priority.Interfaces
- moved extension methods to appropriate classes