Dapr.DurableTask.Client
1.15.6
Prefix Reserved
See the version list below for details.
dotnet add package Dapr.DurableTask.Client --version 1.15.6
NuGet\Install-Package Dapr.DurableTask.Client -Version 1.15.6
<PackageReference Include="Dapr.DurableTask.Client" Version="1.15.6" />
<PackageVersion Include="Dapr.DurableTask.Client" Version="1.15.6" />
<PackageReference Include="Dapr.DurableTask.Client" />
paket add Dapr.DurableTask.Client --version 1.15.6
#r "nuget: Dapr.DurableTask.Client, 1.15.6"
#addin nuget:?package=Dapr.DurableTask.Client&version=1.15.6
#tool nuget:?package=Dapr.DurableTask.Client&version=1.15.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:
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.15.6)
- 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.0-rc05 | 15 | 6/29/2025 |
1.16.0-rc04 | 160 | 6/26/2025 |
1.16.0-rc03 | 1,153 | 6/2/2025 |
1.15.6 | 270 | 5/27/2025 |
1.15.5 | 229 | 5/23/2025 |
1.15.4 | 162 | 5/23/2025 |
1.15.3 | 140 | 5/23/2025 |
1.15.0 | 149 | 5/22/2025 |
See https://github.com/microsoft/durabletask-dotnet/releases/tag/v1.0.0
- Add new `IDurableTaskClientBuilder AddDurableTaskClient(IServiceCollection, string?)` API