This package provides a C# based durable task framework for writing long running applications.
Info
Version: | 2.5.2 |
Author(s): | Microsoft |
Last Update: | Wednesday, January 27, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Azure/durabletask/ |
NuGet Url: | https://www.nuget.org/packages/joerage.Azure.DurableTask.Core |
Install
Install-Package joerage.Azure.DurableTask.Core
dotnet add package joerage.Azure.DurableTask.Core
paket add joerage.Azure.DurableTask.Core
joerage.Azure.DurableTask.Core Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- ImpromptuInterface(>= 7.0.1)
- Microsoft.Extensions.Logging.Abstractions(>= 2.2.0)
- Newtonsoft.Json(>= 11.0.2)
- System.Diagnostics.DiagnosticSource(>= 4.6.0)
- System.Reactive.Compatibility(>= 4.4.1)
- System.Reactive.Core(>= 4.4.1)
- ImpromptuInterface(>= 6.2.2)
- Microsoft.Extensions.Logging.Abstractions(>= 1.1.1)
- Newtonsoft.Json(>= 7.0.1)
- System.Diagnostics.DiagnosticSource(>= 4.6.0)
- System.Reactive.Compatibility(>= 4.4.1)
- System.Reactive.Core(>= 4.4.1)
Tags