ArtMind.AppFlow.Abstractions
3.0.2.4
See the version list below for details.
dotnet add package ArtMind.AppFlow.Abstractions --version 3.0.2.4
NuGet\Install-Package ArtMind.AppFlow.Abstractions -Version 3.0.2.4
<PackageReference Include="ArtMind.AppFlow.Abstractions" Version="3.0.2.4" />
paket add ArtMind.AppFlow.Abstractions --version 3.0.2.4
#r "nuget: ArtMind.AppFlow.Abstractions, 3.0.2.4"
// Install ArtMind.AppFlow.Abstractions as a Cake Addin #addin nuget:?package=ArtMind.AppFlow.Abstractions&version=3.0.2.4 // Install ArtMind.AppFlow.Abstractions as a Cake Tool #tool nuget:?package=ArtMind.AppFlow.Abstractions&version=3.0.2.4
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. |
.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
-
.NETStandard 2.1
-
net5.0
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ArtMind.AppFlow.Abstractions:
Package | Downloads |
---|---|
ArtMind.AppFlow
Flow orchestration framework for .NET applications |
GitHub repositories
This package is not used by any popular GitHub repositories.
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
- TraceTask: traces the task execution.
- SafeTask: wraps task execution in a try/catch block
5. Flow registragion
- Exposing Microsoft.Extensions.Configuration.IConfiguration interface