Dapr.DurableTask.Client
1.16.1
Prefix Reserved
See the version list below for details.
dotnet add package Dapr.DurableTask.Client --version 1.16.1
NuGet\Install-Package Dapr.DurableTask.Client -Version 1.16.1
<PackageReference Include="Dapr.DurableTask.Client" Version="1.16.1" />
<PackageVersion Include="Dapr.DurableTask.Client" Version="1.16.1" />
<PackageReference Include="Dapr.DurableTask.Client" />
paket add Dapr.DurableTask.Client --version 1.16.1
#r "nuget: Dapr.DurableTask.Client, 1.16.1"
#:package Dapr.DurableTask.Client@1.16.1
#addin nuget:?package=Dapr.DurableTask.Client&version=1.16.1
#tool nuget:?package=Dapr.DurableTask.Client&version=1.16.1
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.1)
- Microsoft.Extensions.Options (>= 9.0.5)
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 | 165,326 | 9/17/2025 |
| 1.16.5 | 548 | 9/6/2025 |
| 1.16.4 | 496 | 9/3/2025 |
| 1.16.3 | 216 | 9/3/2025 |
| 1.16.2 | 1,127 | 8/23/2025 |
| 1.16.1 | 364 | 8/22/2025 |
| 1.16.0 | 975 | 8/12/2025 |
| 1.16.0-rc06 | 555 | 8/18/2025 |
| 1.16.0-rc05 | 5,190 | 6/29/2025 |
| 1.16.0-rc04 | 574 | 6/26/2025 |
| 1.16.0-rc03 | 2,938 | 6/2/2025 |
| 1.15.6 | 388 | 5/27/2025 |
| 1.15.5 | 337 | 5/23/2025 |
| 1.15.4 | 252 | 5/23/2025 |
| 1.15.3 | 240 | 5/23/2025 |
| 1.15.0 | 259 | 5/22/2025 |
See https://github.com/microsoft/durabletask-dotnet/releases/tag/v1.0.0
- Add new `IDurableTaskClientBuilder AddDurableTaskClient(IServiceCollection, string?)` API