GetcuReone.FactFactory
4.0.2
See the version list below for details.
dotnet add package GetcuReone.FactFactory --version 4.0.2
NuGet\Install-Package GetcuReone.FactFactory -Version 4.0.2
<PackageReference Include="GetcuReone.FactFactory" Version="4.0.2" />
paket add GetcuReone.FactFactory --version 4.0.2
#r "nuget: GetcuReone.FactFactory, 4.0.2"
// Install GetcuReone.FactFactory as a Cake Addin #addin nuget:?package=GetcuReone.FactFactory&version=4.0.2 // Install GetcuReone.FactFactory as a Cake Tool #tool nuget:?package=GetcuReone.FactFactory&version=4.0.2
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 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. |
-
.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.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 |
---|---|---|
6.0.1 | 82 | 10/17/2024 |
5.1.0 | 669 | 11/20/2022 |
5.0.3 | 378 | 11/13/2022 |
5.0.2 | 494 | 11/13/2022 |
5.0.1 | 1,312 | 11/12/2022 |
5.0.0 | 1,019 | 11/11/2022 |
4.0.2 | 408 | 11/6/2022 |
4.0.1 | 501 | 4/1/2022 |
4.0.0 | 467 | 3/28/2022 |
3.0.0 | 1,825 | 4/23/2021 |
2.1.4 | 468 | 3/9/2021 |
2.1.3 | 974 | 3/5/2021 |
2.1.2 | 369 | 3/4/2021 |
2.1.1 | 388 | 2/1/2021 |
2.1.0 | 2,457 | 11/4/2020 |
2.0.3 | 460 | 9/17/2020 |
2.0.2 | 517 | 9/2/2020 |
2.0.1 | 557 | 9/1/2020 |
2.0.0 | 523 | 9/1/2020 |
1.0.0 | 583 | 5/17/2020 |
Changes (4.0.2):
- renaming base classes ('base' is now a prefix)