DurableTask.Symphony
1.1.2
See the version list below for details.
dotnet add package DurableTask.Symphony --version 1.1.2
NuGet\Install-Package DurableTask.Symphony -Version 1.1.2
<PackageReference Include="DurableTask.Symphony" Version="1.1.2" />
paket add DurableTask.Symphony --version 1.1.2
#r "nuget: DurableTask.Symphony, 1.1.2"
// Install DurableTask.Symphony as a Cake Addin #addin nuget:?package=DurableTask.Symphony&version=1.1.2 // Install DurableTask.Symphony as a Cake Tool #tool nuget:?package=DurableTask.Symphony&version=1.1.2
DurableTask.Symphony
This repo contains the library code to interact with Durable Task Framework (DTFx).
About
It contains wrappers, services, extensions, and other helper methods to configure and use TaskHubClient
and TaskHubWorker
as injectable services, as well as reading state information from the configured OrchestrationServiceBase
, which configured to use SQL server as a task hub.
Download
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. 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. |
-
net7.0
- Microsoft.DurableTask.SqlServer (>= 1.2.0)
- Microsoft.EntityFrameworkCore.Proxies (>= 7.0.13)
- Microsoft.EntityFrameworkCore.SqlServer (>= 7.0.13)
- Microsoft.Extensions.DependencyInjection (>= 7.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 7.0.0)
- Microsoft.Extensions.Options (>= 7.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Fixed an issue with an unsupported property when initializing the TaskHubWorker
- Added methods to ITaskClient for starting Orchestrations
- Updated packages