Microsoft.DurableTask.Client
1.19.0
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.DurableTask.Client --version 1.19.0
NuGet\Install-Package Microsoft.DurableTask.Client -Version 1.19.0
<PackageReference Include="Microsoft.DurableTask.Client" Version="1.19.0" />
<PackageVersion Include="Microsoft.DurableTask.Client" Version="1.19.0" />
<PackageReference Include="Microsoft.DurableTask.Client" />
paket add Microsoft.DurableTask.Client --version 1.19.0
#r "nuget: Microsoft.DurableTask.Client, 1.19.0"
#:package Microsoft.DurableTask.Client@1.19.0
#addin nuget:?package=Microsoft.DurableTask.Client&version=1.19.0
#tool nuget:?package=Microsoft.DurableTask.Client&version=1.19.0
Client abstractions for Microsoft.DurableTask. A DurableTaskClient is used for interacting with a task hub. Including starting new orchestrations, retrieving orchestration details, sending events to orchestrations, etc. This package does not include a concrete client implementation. Instead a separate client package must be used, such as Microsoft.DurableTask.Client.Grpc.
Commonly used types:
DurableTaskClientDurableTaskClientOptionsIDurableTaskClientProviderIDurableTaskClientBuilder
For more information, see https://github.com/microsoft/durabletask-dotnet
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.DurableTask.Abstractions (>= 1.19.0)
- Microsoft.Extensions.Options (>= 10.0.0)
NuGet packages (11)
Showing the top 5 NuGet packages that depend on Microsoft.DurableTask.Client:
| Package | Downloads |
|---|---|
|
Microsoft.DurableTask.Client.Grpc
The gRPC client for the Durable Task Framework. |
|
|
Microsoft.DurableTask.Client.OrchestrationServiceClientShim
The compatibility shim client for the Durable Task Framework. Allows for using a `IOrchestrationServiceClient` directly. The client is responsible for interacting with orchestrations from outside the worker. |
|
|
Microsoft.DurableTask.ScheduledTasks
Durable Task Scheduled Tasks Client |
|
|
Microsoft.DurableTask.Extensions.AzureBlobPayloads
Azure Blob Storage externalized payload support for Durable Task. |
|
|
Microsoft.Agents.AI.DurableTask
Provides distributed durable execution capabilities for agents built with Microsoft Agent Framework. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.22.0 | 1,885 | 2/26/2026 |
| 1.21.0 | 803 | 2/25/2026 |
| 1.20.1 | 70,310 | 2/3/2026 |
| 1.20.0 | 7,424 | 1/26/2026 |
| 1.19.1 | 137,286 | 1/13/2026 |
| 1.19.0 | 64,047 | 1/6/2026 |
| 1.18.2 | 3,961 | 12/29/2025 |
| 1.18.1 | 9,329 | 12/15/2025 |
| 1.18.0 | 88,413 | 12/6/2025 |
| 1.17.1 | 171,648 | 11/13/2025 |
| 1.17.0 | 160,288 | 11/5/2025 |
| 1.16.2 | 57,044 | 10/23/2025 |
| 1.16.1 | 173,580 | 10/21/2025 |
| 1.16.0 | 11,495 | 10/13/2025 |
| 1.15.1 | 16,363 | 10/1/2025 |
| 1.15.0 | 394,290 | 9/17/2025 |
| 1.14.0 | 11,947 | 9/12/2025 |
| 1.13.0 | 43,951 | 8/18/2025 |
| 1.12.0 | 700,772 | 7/22/2025 |
See https://github.com/microsoft/durabletask-dotnet/releases/tag/v1.19.0
- Add new `IDurableTaskClientBuilder AddDurableTaskClient(IServiceCollection, string?)` API