GetcuReone.FactFactory 4.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package GetcuReone.FactFactory --version 4.0.0
NuGet\Install-Package GetcuReone.FactFactory -Version 4.0.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="4.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GetcuReone.FactFactory --version 4.0.0
#r "nuget: GetcuReone.FactFactory, 4.0.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=4.0.0

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

My implementation of a machine that can derive facts from other facts

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 622 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 (4.0.0):
           - fixed dispose in FactContainerWriter
           - corrected the props in the solution

           - IConditionFact renamed to IBuildConditionFact
           - fact ConditionFactBase renamed to BuildConditionFactBase
           - fact CanDerived renamed to BuildCanDerived
           - fact CannotDerived renamed to BuildCannotDerived
           - fact Contained renamed to BuildContained
           - fact NotContained renamed to BuildNotContained

           - added fact IRuntimeConditionFact

           - IFactType.CreateConditionFact renamed to IFactType.CreateBuildConditionFact
           - added method IFactType.CreateRuntimeConditionFact

           - renamed property WantActionInfo.SuccessConditions to WantActionInfo.BuildSuccessConditions
           - renamed property WantActionInfo.FailedConditions to WantActionInfo.BuildFailedConditions
           - added property WantActionInfo.RuntimeConditions

           - renamed property NodeByFactRuleInfo.SuccessConditions to NodeByFactRuleInfo.BuildSuccessConditions
           - renamed property NodeByFactRuleInfo.FailedConditions to NodeByFactRuleInfo.FailedConditions
           - added property NodeByFactRuleInfo.RuntimeConditions

           - added extensions FactTypeExtensions
           - added error code RuntimeCondition
           - move method FactFactoryBase.CreateWantAction to ISingleEntityOperations
           - FactFactoryBase is no longer inherited from IFactTypeCreation
           - move method FactFactoryBase.GetFactType to ISingleEntityOperations
           - added method IFactRuleCollection.ConvertAll
           - change method signature IBuildConditionFact.Condition
           - remove VersionedFactContainer. Use FactContainer
           - Made the fact tap cache thread-safe