GetcuReone.FactFactory
4.0.0
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
<PackageReference Include="GetcuReone.FactFactory" Version="4.0.0" />
paket add GetcuReone.FactFactory --version 4.0.0
#r "nuget: GetcuReone.FactFactory, 4.0.0"
// 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 | 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 | 88 | 10/17/2024 |
5.1.0 | 673 | 11/20/2022 |
5.0.3 | 381 | 11/13/2022 |
5.0.2 | 498 | 11/13/2022 |
5.0.1 | 1,316 | 11/12/2022 |
5.0.0 | 1,024 | 11/11/2022 |
4.0.2 | 412 | 11/6/2022 |
4.0.1 | 506 | 4/1/2022 |
4.0.0 | 471 | 3/28/2022 |
3.0.0 | 1,829 | 4/23/2021 |
2.1.4 | 473 | 3/9/2021 |
2.1.3 | 979 | 3/5/2021 |
2.1.2 | 374 | 3/4/2021 |
2.1.1 | 392 | 2/1/2021 |
2.1.0 | 2,463 | 11/4/2020 |
2.0.3 | 463 | 9/17/2020 |
2.0.2 | 522 | 9/2/2020 |
2.0.1 | 561 | 9/1/2020 |
2.0.0 | 527 | 9/1/2020 |
1.0.0 | 588 | 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