Dapr.DurableTask.Client
1.16.6
Prefix Reserved
dotnet add package Dapr.DurableTask.Client --version 1.16.6
NuGet\Install-Package Dapr.DurableTask.Client -Version 1.16.6
<PackageReference Include="Dapr.DurableTask.Client" Version="1.16.6" />
<PackageVersion Include="Dapr.DurableTask.Client" Version="1.16.6" />
<PackageReference Include="Dapr.DurableTask.Client" />
paket add Dapr.DurableTask.Client --version 1.16.6
#r "nuget: Dapr.DurableTask.Client, 1.16.6"
#:package Dapr.DurableTask.Client@1.16.6
#addin nuget:?package=Dapr.DurableTask.Client&version=1.16.6
#tool nuget:?package=Dapr.DurableTask.Client&version=1.16.6
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 Dapr.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 | net8.0 is compatible. 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. |
-
net8.0
- Dapr.DurableTask.Abstractions (>= 1.16.6)
- Microsoft.Extensions.Logging (>= 9.0.8)
- Microsoft.Extensions.Options (>= 9.0.8)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Dapr.DurableTask.Client:
| Package | Downloads |
|---|---|
|
Dapr.DurableTask.Client.Grpc
The gRPC client for the Durable Task Framework. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.16.6 | 163,686 | 9/17/2025 |
| 1.16.5 | 547 | 9/6/2025 |
| 1.16.4 | 495 | 9/3/2025 |
| 1.16.3 | 215 | 9/3/2025 |
| 1.16.2 | 1,126 | 8/23/2025 |
| 1.16.1 | 363 | 8/22/2025 |
| 1.16.0 | 974 | 8/12/2025 |
| 1.16.0-rc06 | 554 | 8/18/2025 |
| 1.16.0-rc05 | 5,189 | 6/29/2025 |
| 1.16.0-rc04 | 572 | 6/26/2025 |
| 1.16.0-rc03 | 2,935 | 6/2/2025 |
| 1.15.6 | 386 | 5/27/2025 |
| 1.15.5 | 336 | 5/23/2025 |
| 1.15.4 | 251 | 5/23/2025 |
| 1.15.3 | 239 | 5/23/2025 |
| 1.15.0 | 258 | 5/22/2025 |
See https://github.com/microsoft/durabletask-dotnet/releases/tag/v1.0.0
- Add new `IDurableTaskClientBuilder AddDurableTaskClient(IServiceCollection, string?)` API