GetcuReone.FactFactory
2.0.3
See the version list below for details.
dotnet add package GetcuReone.FactFactory --version 2.0.3
NuGet\Install-Package GetcuReone.FactFactory -Version 2.0.3
<PackageReference Include="GetcuReone.FactFactory" Version="2.0.3" />
<PackageVersion Include="GetcuReone.FactFactory" Version="2.0.3" />
<PackageReference Include="GetcuReone.FactFactory" />
paket add GetcuReone.FactFactory --version 2.0.3
#r "nuget: GetcuReone.FactFactory, 2.0.3"
#:package GetcuReone.FactFactory@2.0.3
#addin nuget:?package=GetcuReone.FactFactory&version=2.0.3
#tool nuget:?package=GetcuReone.FactFactory&version=2.0.3
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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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 (>= 3.0.2)
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.3 | 550 | 3/24/2025 |
| 6.0.1 | 224 | 10/17/2024 |
| 5.1.0 | 814 | 11/20/2022 |
| 5.0.3 | 508 | 11/13/2022 |
| 5.0.2 | 655 | 11/13/2022 |
| 5.0.1 | 1,500 | 11/12/2022 |
| 5.0.0 | 1,206 | 11/11/2022 |
| 4.0.2 | 531 | 11/6/2022 |
| 4.0.1 | 672 | 4/1/2022 |
| 4.0.0 | 640 | 3/28/2022 |
| 3.0.0 | 2,124 | 4/23/2021 |
| 2.1.4 | 643 | 3/9/2021 |
| 2.1.3 | 1,201 | 3/5/2021 |
| 2.1.2 | 551 | 3/4/2021 |
| 2.1.1 | 569 | 2/1/2021 |
| 2.1.0 | 2,868 | 11/4/2020 |
| 2.0.3 | 663 | 9/17/2020 |
| 2.0.2 | 700 | 9/2/2020 |
| 2.0.1 | 741 | 9/1/2020 |
| 2.0.0 | 696 | 9/1/2020 |
Changes:
- in this change, we tried to change the API of the library and make it more convenient.
- we also added the ability to use individual containers for each separate fact request.
- another important part of this update was the implementation of the priority fact factory.
- added Container in DeriveErrorDetail.
- fix bugs.