DurableTask.Symphony 1.1.2

There is a newer version of this package available.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DurableTask.Symphony" Version="1.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DurableTask.Symphony --version 1.1.2
#r "nuget: DurableTask.Symphony, 1.1.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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

NuGet version (DurableTask.Symphony)

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.3.3 96 4/1/2024
1.3.2 96 3/21/2024
1.3.1 65 3/14/2024
1.3.0 97 3/8/2024
1.2.2 94 2/15/2024
1.2.1 219 11/28/2023
1.1.2 117 10/26/2023
1.1.1 161 8/28/2023
1.1.0 151 8/3/2023

- Fixed an issue with an unsupported property when initializing the TaskHubWorker
- Added methods to ITaskClient for starting Orchestrations
- Updated packages