Dapr.DurableTask.Client
1.16.2
Prefix Reserved
See the version list below for details.
dotnet add package Dapr.DurableTask.Client --version 1.16.2
NuGet\Install-Package Dapr.DurableTask.Client -Version 1.16.2
<PackageReference Include="Dapr.DurableTask.Client" Version="1.16.2" />
<PackageVersion Include="Dapr.DurableTask.Client" Version="1.16.2" />
<PackageReference Include="Dapr.DurableTask.Client" />
paket add Dapr.DurableTask.Client --version 1.16.2
#r "nuget: Dapr.DurableTask.Client, 1.16.2"
#:package Dapr.DurableTask.Client@1.16.2
#addin nuget:?package=Dapr.DurableTask.Client&version=1.16.2
#tool nuget:?package=Dapr.DurableTask.Client&version=1.16.2
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:
DurableTaskClient
DurableTaskClientOptions
IDurableTaskClientProvider
IDurableTaskClientBuilder
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.2)
- 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.5 | 240 | 9/6/2025 |
1.16.4 | 265 | 9/3/2025 |
1.16.3 | 134 | 9/3/2025 |
1.16.2 | 952 | 8/23/2025 |
1.16.1 | 254 | 8/22/2025 |
1.16.0 | 849 | 8/12/2025 |
1.16.0-rc06 | 391 | 8/18/2025 |
1.16.0-rc05 | 4,403 | 6/29/2025 |
1.16.0-rc04 | 499 | 6/26/2025 |
1.16.0-rc03 | 2,551 | 6/2/2025 |
1.15.6 | 298 | 5/27/2025 |
1.15.5 | 251 | 5/23/2025 |
1.15.4 | 174 | 5/23/2025 |
1.15.3 | 152 | 5/23/2025 |
1.15.0 | 163 | 5/22/2025 |
See https://github.com/microsoft/durabletask-dotnet/releases/tag/v1.0.0
- Add new `IDurableTaskClientBuilder AddDurableTaskClient(IServiceCollection, string?)` API