DHI.Services.Models 17.0.1

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

Package for DHI.Services.Models

  • V 4.0.0 - Add .NET 8.0 as the target framework and update the Scenarios and Models to support using System.Text.Json within the Web API.
  • V 4.0.1 - Upgrade Domain Services Packages
  • V 4.0.2 - Fix scenario connection
  • V 4.1.0 - Fix ModelDataReader so we don't need to manually register .dll
  • V 4.1.1 - Upgrade TimeSeries Package
  • V 4.1.2 - Fix ExtractInnerTypeName to not throw error when unexpected $type is fed
  • V 16.0.0 - Upgrade Domain Services Packages
  • V 16.0.1 - Fix P0 critical bugs: inverted time series existence check in ScenarioService.ValidateScenario(), unimplemented methods in ScenarioRepository now return empty/default values instead of throwing, and ModelDataReader.Clone() now performs a proper deep copy
  • V 16.1.0 - Fix critical bugs and improvements on async worker
  • v 16.2.0 - Code quality: replace generic exceptions with specific types (InvalidOperationException, KeyNotFoundException)
  • v 16.3.0 - Change behaviour of ScenarioService to remove scenarioId from the parameter
  • v 17.0.0 - Targets netstandard2.0 and net10.0. Drops net8.0. Bumps DHI.Services, DHI.Services.TimeSeries 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 (1)

Showing the top 1 NuGet packages that depend on DHI.Services.Models:

Package Downloads
DHI.Services.Models.WebApi

Web API for model services.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
17.0.1 333 6/4/2026
17.0.0 174 5/13/2026
16.3.0 350 4/30/2026
16.2.0 124 4/28/2026
16.1.0 181 4/22/2026
16.0.1 137 4/10/2026
16.0.0 216 3/6/2026
4.1.2 197 2/3/2026
4.1.1 496 11/17/2025
4.1.0 655 7/28/2025
4.0.2 208 7/28/2025
4.0.1 290 7/15/2025
4.0.0 580 5/13/2025
3.1.0 235 4/11/2025
3.0.0 863 6/11/2024
2.0.0 960 2/22/2024
1.1.3 2,664 6/21/2021
1.1.2 2,055 5/10/2021
1.1.1 517 5/10/2021
1.1.0 537 4/29/2021
Loading failed

Add async functionality