ArtMind.AppFlow
3.0.1
See the version list below for details.
dotnet add package ArtMind.AppFlow --version 3.0.1
NuGet\Install-Package ArtMind.AppFlow -Version 3.0.1
<PackageReference Include="ArtMind.AppFlow" Version="3.0.1" />
paket add ArtMind.AppFlow --version 3.0.1
#r "nuget: ArtMind.AppFlow, 3.0.1"
// Install ArtMind.AppFlow as a Cake Addin #addin nuget:?package=ArtMind.AppFlow&version=3.0.1 // Install ArtMind.AppFlow as a Cake Tool #tool nuget:?package=ArtMind.AppFlow&version=3.0.1
AppFlow - Orchestration framework for .NET applications
It is a flow management library for .NET applications. It is easy to set up, has a fluent orchestration API, and runs on all recent .NET platforms.
Find out more
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
.NET Framework | net48 is compatible. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.8
- Microsoft.Extensions.Hosting.Abstractions (>= 3.1.7)
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.7)
-
.NETStandard 2.1
- Microsoft.Extensions.Hosting.Abstractions (>= 3.1.7)
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.7)
-
net5.0
- Microsoft.Extensions.Hosting.Abstractions (>= 3.1.7)
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.7)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
9.0.0 | 74 | 1/15/2025 |
8.0.0 | 193 | 1/30/2024 |
7.0.0 | 121 | 1/30/2024 |
6.0.1 | 489 | 8/30/2022 |
6.0.0 | 445 | 8/26/2022 |
5.0.0 | 420 | 8/22/2022 |
4.0.0 | 426 | 8/19/2022 |
3.0.3 | 443 | 12/14/2021 |
3.0.2.4 | 503 | 10/18/2021 |
3.0.1 | 349 | 10/17/2021 |
2.1.0.2 | 396 | 2/4/2021 |
2.1.0.1 | 589 | 9/7/2020 |
2.1.0 | 500 | 8/13/2020 |
2.0.2 | 480 | 7/28/2020 |
2.0.1 | 466 | 6/12/2020 |
1.0.0 | 487 | 4/26/2020 |
New features:
1. **Service Options**
- _Occurrence_ The number of service flow cycles to be executed
- _Recurrence_ The minimum time interval duration of a service flow cycle, until to start next session.
- _Scheduler_ Schedule service to start at
2. **App Options**
- _Postpone_ Postpone application start. Flow will start after the postpone interval will elapse
- _Scheduler_ Schedule cycles
3. **Flow extentions**
- if/else brach (extending current if branch with if/else branches)
4. **Abstract taks: AppTasks**
- AppTraceTask: traces the task execution.
- AppSafeTask: wraps task execution in a try/catch block