VOOZH about

URL: https://www.nuget.org/packages/DHI.Services.Jobs.WorkflowWorker/

⇱ NuGet Gallery | DHI.Services.Jobs.WorkflowWorker 17.0.1




👁 Image
DHI.Services.Jobs.WorkflowWorker 17.0.1

Prefix Reserved
dotnet add package DHI.Services.Jobs.WorkflowWorker --version 17.0.1
 
 
NuGet\Install-Package DHI.Services.Jobs.WorkflowWorker -Version 17.0.1
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DHI.Services.Jobs.WorkflowWorker" Version="17.0.1" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DHI.Services.Jobs.WorkflowWorker" Version="17.0.1" />
 
Directory.Packages.props
<PackageReference Include="DHI.Services.Jobs.WorkflowWorker" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DHI.Services.Jobs.WorkflowWorker --version 17.0.1
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DHI.Services.Jobs.WorkflowWorker, 17.0.1"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DHI.Services.Jobs.WorkflowWorker@17.0.1
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DHI.Services.Jobs.WorkflowWorker&version=17.0.1
 
Install as a Cake Addin
#tool nuget:?package=DHI.Services.Jobs.WorkflowWorker&version=17.0.1
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Package for DHI.Services.WorkflowWorker

  • V 4.2.0 - To add .NET 8.0 for the target
  • V 4.2.1 - Upgrade Domain Services Packages
  • V 4.2.2 - Upgrade Jobs package
  • V 4.2.3 - Fix WorkerHub OnDisconnectedAsync
  • V 4.2.4 - Fix Infinite Recursion issue inside converter
  • V 4.2.5 - Fix to not fire-and-forget when execute SignalRWorkflowWorker
  • V 4.2.6 & 4.2.7 - Upgrade Jobs package
  • V 16.0.0 & 16.0.1 - Upgrade Domain Services Packages
  • V 16.1.0 - Async/threading: SignalRWorkflowWorker now implements IAsyncRemoteWorker (ExecuteAsync, CancelAsync, TimeoutAsync, IsHostAvailableAsync); replaced Thread.Sleep(20) in the host-availability poll with await Task.Delay; ConfigureAwait(false) added across library awaits. Sync Cancel/Timeout/Execute remain for backward compatibility but delegate to the new async paths. IsHostAvailable is marked [Obsolete] — use IsHostAvailableAsync.
  • v 17.0.0 - Targets net10.0. Drops net5.0 and net8.0. Bumps DHI.Services.Jobs to 17.0.0.
  • v 17.0.1 - Add async functionality
Product Versions Compatible and additional computed target framework versions.
.NET net10.0 net10.0 is compatible.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on DHI.Services.Jobs.WorkflowWorker:

Package Downloads
DHI.Workflow.Host

Workflow Host for DHI Domain Services.

DHI.Workflow.CodeWorkflowEngine

Code Workflow Engine for DHI Domain Services.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
17.0.1 116 6/3/2026
17.0.0 105 5/16/2026
16.1.0 102 4/30/2026
16.0.1 114 4/27/2026
16.0.0 142 3/6/2026
4.2.7 134 2/3/2026
4.2.6 137 1/23/2026
4.2.5 137 1/23/2026
4.2.4 137 1/19/2026
4.2.3 255 11/26/2025
4.2.2 1,719 8/1/2025
4.2.1 644 7/15/2025
4.2.0 395 5/15/2025
4.1.0 401 4/11/2025
4.0.0 666 6/25/2024
3.0.0 977 5/21/2024
3.0.0-rc1 207 2/22/2024
2.0.2 1,654 11/8/2023
2.0.1 1,558 2/13/2023
2.0.0 440 2/10/2023
Loading failed

Add async functionality