DHI.Services.Jobs 17.0.1

Prefix Reserved
dotnet add package DHI.Services.Jobs --version 17.0.1
                    
NuGet\Install-Package DHI.Services.Jobs -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" 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" Version="17.0.1" />
                    
Directory.Packages.props
<PackageReference Include="DHI.Services.Jobs" />
                    
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 --version 17.0.1
                    
#r "nuget: DHI.Services.Jobs, 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@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&version=17.0.1
                    
Install as a Cake Addin
#tool nuget:?package=DHI.Services.Jobs&version=17.0.1
                    
Install as a Cake Tool

Library of job, scenario and workflow services

  • v 11.0.0 Newtonsoft replacement with System.Text.Json
  • v 11.1.0-rc1 Added Automations
  • v 11.1.0-rc2 Newtonsoft replacement with System.Text.Json in Automation
  • v 11.1.0-rc3 Added Dynamic Trigger Property reading for Automation Entities
  • v 11.1.0 Added Automations with Dynamic Trigger Property reading
  • v 11.2.0-rc01 Move automations to their own package
  • v 12.0.0 Move automations to their own package (was 11.2.0-rc01)
  • v 12.0.1 An errored job should set the finish time. this is consistent with prior workflow execution practice.
  • v 15.0.0 Added support for .net 6
  • v 15.1.0 Updated DHI.Services to v15.1.0
  • v 15.2.0 To add .NET 8.0 for the target
  • v 15.2.1 Upgrade Domain Services Packages
  • v 16.0.0 Add Workflow Xaml converter
  • v 16.0.1 Workflow fix converter and XAML repository
  • v 16.0.2 Fix XAML repository
  • v 16.0.3 Update Heartbeat when start the Job to InProgress
  • v 16.1.0 Add CompletedUnsuccessfully in JobStatus
  • v 16.1.1 Handle CompletedUnsuccessfully inside JobsServices
  • v 16.1.2 Add Configurable Round Robin Load Balancer
  • v 16.1.3 Fix HostAllowList so it becomes key-value pair
  • v 16.1.4 Add new Removed JobStatus
  • v 16.1.5 To make group rules accept short host keys
  • v 16.1.6 Add IChildProcessRegistry to handle mpi kill child process
  • v 16.1.7 & 16.1.8 Upgrade Domain Services Package
  • v 16.2.0 - Code quality: replace generic exceptions with specific types (InvalidOperationException, ArgumentException); modernize C# patterns
  • v 16.3.0 - Async/threading: add IAsyncLoadBalancer / IAsyncWorker / IAsyncRemoteWorker; RoundRobinLoadBalancer, ConfigurableRoundRobinLoadBalancer and LoadBalancer now expose GetHostAsync (and TrySelectHostAsync) and probe hosts via IsHostAvailableAsync when available. Sync ILoadBalancer.GetHost and IRemoteWorker.IsHostAvailable are marked [Obsolete] (warning) and will be removed in v17. ConfigureAwait(false) added to library awaits.
  • v 17.0.0 - Targets netstandard2.0 and net10.0. Drops net472, net6.0 and net8.0. Bumps DHI.Services to 17.0.0.
  • v 17.0.1 - Add async functionality
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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 is compatible.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (9)

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

Package Downloads
DHI.Workflow.Actions.ArgumentConverter

Argument converters for DHI Workflow.

DHI.Workflow.Actions.Jobs

Job- and scenario actions for DHI Workflow.

DHI.Services.MCLite

MIKE CUSTOMISED (aka. MIKE WORKBENCH) provider for Domain Services

DHI.Services.DS

Provider for Domain Services own Web APIs.

DHI.Services.Jobs.Automations

Library of job automations.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
17.0.1 370 6/2/2026
17.0.0 477 5/13/2026
16.3.0 215 4/28/2026
16.2.0 107 4/28/2026
16.1.8 396 4/27/2026
16.1.7 789 3/6/2026
16.1.6 2,185 3/2/2026
16.1.5 365 2/3/2026
16.1.4 241 1/30/2026
16.1.3 199 1/23/2026
16.1.1 1,387 1/8/2026
16.1.0 216 1/2/2026
16.0.3 5,937 9/12/2025
16.0.2 4,044 7/31/2025
16.0.1 966 7/23/2025
16.0.0 641 7/23/2025
15.2.1 4,194 7/15/2025
15.2.0 8,752 5/13/2025
15.1.0 503 4/11/2025
Loading failed

Add async functionality