VOOZH about

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

⇱ NuGet Gallery | DHI.Services.Jobs 17.0.1




👁 Image
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
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

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 Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 was computed.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  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. 
.NET Core netcoreapp2.0 netcoreapp2.0 was computed.  netcoreapp2.1 netcoreapp2.1 was computed.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 netstandard2.0 is compatible.  netstandard2.1 netstandard2.1 was computed. 
.NET Framework net461 net461 was computed.  net462 net462 was computed.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 was computed.  net481 net481 was computed. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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 507 6/2/2026
17.0.0 479 5/13/2026
16.3.0 217 4/28/2026
16.2.0 107 4/28/2026
16.1.8 396 4/27/2026
16.1.7 792 3/6/2026
16.1.6 2,262 3/2/2026
16.1.5 365 2/3/2026
16.1.4 242 1/30/2026
16.1.3 199 1/23/2026
16.1.1 1,423 1/8/2026
16.1.0 216 1/2/2026
16.0.3 6,025 9/12/2025
16.0.2 4,053 7/31/2025
16.0.1 966 7/23/2025
16.0.0 642 7/23/2025
15.2.1 4,280 7/15/2025
15.2.0 8,786 5/13/2025
15.1.0 504 4/11/2025
Loading failed

Add async functionality