DHI.Services.WebApiCore
16.1.2
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package DHI.Services.WebApiCore --version 16.1.2
NuGet\Install-Package DHI.Services.WebApiCore -Version 16.1.2
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.WebApiCore" Version="16.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DHI.Services.WebApiCore" Version="16.1.2" />
<PackageReference Include="DHI.Services.WebApiCore" />
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.WebApiCore --version 16.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DHI.Services.WebApiCore, 16.1.2"
#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.WebApiCore@16.1.2
#: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.WebApiCore&version=16.1.2
#tool nuget:?package=DHI.Services.WebApiCore&version=16.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Domain Services Web API Core
- v 6.1.0-rc1 Updated to DHI.Services 13.1.0-rc3
- v 7.0.0-rc1 DHI ILogger replacement(IEC)
- v 7.0.0-rc4 ILogger replacement using the Try pattern(IEC)
- v 7.1.0 To add .NET 8.0 for the target
- v 7.1.1 To fix Newtonsoft.Json vulnerability because of Microsoft.Extensions.DependencyModel
- v 7.1.2 Upgrade into the newest DHI.Services
- v 8.0.0 Downgrade Microsoft.Extensions.DependencyModel so we use System.Text.Json 8
- v 8.1.0 Add generic routing to support having an optional ConnectionId
- v 8.1.2 Fix edge-cases where ConnectionId lives after api/{ModuleName}/{something} (e.g. api/gis/featurecollections/{ConnectionId}). Used to only support where ConnectionId live after Module Name.
- v 8.1.3 Fix FullNameString to avoid path traversal; Add TryResolve to avoid try/catch inside controller
- v 8.1.4 Rollback FullnameString
- v 8.2.0 Add PEM and base64 DER (PKCS#8/SPKI/PKCS#1) support
- v 8.2.1 Upgrade Microsoft.IdentityModel.Tokens to fix conflict for Azure Key-vault providers
- v 8.2.2 Add OpenIdConnect Package
- v 16.0.0 Routing to add optional user
- v 16.0.1 Upgrade Domain Services Package
- v 16.1.0 Performance & security hardening:
- Performance: Cached Regex and connection string resolution in ExtensionMethods.Resolve()
- Performance: Added ConcurrentDictionary service cache in ConnectionServiceResolver
- Performance: Added ConfigureAwait(false) to middleware and NotificationHub async methods
- Security: Replaced stack trace leaking in ToHttpResponse with correlation IDs
- Dependencies: Updated Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.1
- v 16.1.1 Upgrade Domain Services Package
- v 16.1.2 Add ErrorId inside logging middleware
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. 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 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net5.0
- DHI.Services (>= 16.4.0 && < 17.0.0)
- Microsoft.AspNetCore.Mvc.Versioning (>= 5.0.0)
- Microsoft.Extensions.DependencyModel (>= 8.0.2)
- Microsoft.IdentityModel.Protocols.OpenIdConnect (>= 8.15.0)
- Microsoft.IdentityModel.Tokens (>= 8.15.0)
- Swashbuckle.AspNetCore (>= 8.1.1)
- Swashbuckle.AspNetCore.Annotations (>= 8.1.1)
-
net8.0
- DHI.Services (>= 16.4.0 && < 17.0.0)
- Microsoft.AspNetCore.Mvc.Versioning (>= 5.0.0)
- Microsoft.Extensions.DependencyModel (>= 8.0.2)
- Microsoft.IdentityModel.Protocols.OpenIdConnect (>= 8.15.0)
- Microsoft.IdentityModel.Tokens (>= 8.15.0)
- Swashbuckle.AspNetCore (>= 8.1.1)
- Swashbuckle.AspNetCore.Annotations (>= 8.1.1)
NuGet packages (19)
Showing the top 5 NuGet packages that depend on DHI.Services.WebApiCore:
| Package | Downloads |
|---|---|
|
DHI.Services.TimeSeries.WebApi
Web API for timeseries services and analysis. |
|
|
DHI.Services.Jobs.WebApi
Web API for job-, task- and scenario services. |
|
|
DHI.Workflow.Host
Workflow Host for DHI Domain Services. |
|
|
DHI.Services.GIS.WebApi
Web API for GIS services. |
|
|
DHI.Services.Connections.WebApi
Web API for connection services. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 17.0.0 | 419 | 5/12/2026 | |
| 16.1.3 | 937 | 4/27/2026 | |
| 16.1.2 | 134 | 4/23/2026 | |
| 16.1.1 | 101 | 4/22/2026 | |
| 16.1.0 | 269 | 4/15/2026 | |
| 16.0.1 | 751 | 3/4/2026 | |
| 16.0.0 | 290 | 2/16/2026 | |
| 8.2.2 | 237 | 2/5/2026 | |
| 8.2.1 | 445 | 1/8/2026 | |
| 8.2.0 | 257 | 1/4/2026 | |
| 8.1.4 | 1,892 | 12/5/2025 | |
| 8.1.3 | 1,178 | 11/1/2025 | |
| 8.1.2 | 253 | 11/1/2025 | |
| 8.1.1 | 194 | 11/1/2025 | |
| 8.1.0 | 260 | 10/31/2025 | |
| 8.0.0 | 1,758 | 9/19/2025 | |
| 7.1.2 | 3,954 | 7/15/2025 | |
| 7.1.1 | 1,518 | 5/9/2025 | |
| 7.1.0 | 218 | 5/9/2025 | |
| 7.0.0 | 3,729 | 6/11/2024 |
Loading failed
Add ErrorId inside logging middleware