DHI.Services.Logging.WebApi 17.1.0

Prefix Reserved
dotnet add package DHI.Services.Logging.WebApi --version 17.1.0
                    
NuGet\Install-Package DHI.Services.Logging.WebApi -Version 17.1.0
                    
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.Logging.WebApi" Version="17.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DHI.Services.Logging.WebApi" Version="17.1.0" />
                    
Directory.Packages.props
<PackageReference Include="DHI.Services.Logging.WebApi" />
                    
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.Logging.WebApi --version 17.1.0
                    
#r "nuget: DHI.Services.Logging.WebApi, 17.1.0"
                    
#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.Logging.WebApi@17.1.0
                    
#: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.Logging.WebApi&version=17.1.0
                    
Install as a Cake Addin
#tool nuget:?package=DHI.Services.Logging.WebApi&version=17.1.0
                    
Install as a Cake Tool

Logging Web API for Domain Services

  • v 4.0.0-rc1 Replaced Newtonsoft.Json with System.Text.Json
  • v 5.0.3 To fix .NET Denial of Service Vulnerability
  • v 5.0.4 To handle Services via DI instead of connections.json
  • v 5.1.0 To add .NET 8.0 for the target
  • v 5.1.1 Upgrade Domain Services Packages
  • v 5.1.2 Upgrade WebApiCore
  • v 6.0.0 Force the response to return UTC time
  • v 6.1.0 Support Having an optional ConnectionId
  • v 6.1.1 Upgrade WebApiCore
  • v 16.0.0 & 16.0.1 Upgrade Domain Services Packages
  • v 16.1.0 - Code quality: replace generic exceptions with specific types; fix empty catch blocks; extract magic numbers to named constants
  • v 17.0.0 - Targets net10.0. Drops net5.0 and net8.0. Bumps DHI.Services and DHI.Services.WebApiCore to 17.0.0.
  • v 17.0.1 - Add async functionality
  • v 17.1.0 - Add input sanitisation
Product Compatible and additional computed target framework versions.
.NET 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
17.1.0 277 7/6/2026
17.0.1 342 6/3/2026
17.0.0 179 5/13/2026
16.1.0 308 4/28/2026
16.0.1 131 4/28/2026
16.0.0 187 3/6/2026
6.1.1 576 12/5/2025
6.1.0 424 11/12/2025
6.0.0 297 10/30/2025
5.1.2 490 9/22/2025
5.1.1 552 7/15/2025
5.1.0 678 5/14/2025
5.0.4 229 5/7/2025
5.0.3 218 4/30/2025
5.0.2 266 2/13/2025
5.0.1 188 2/11/2025
5.0.0 262 9/4/2024
5.0.0-rc06 177 8/14/2024
5.0.0-rc05 186 8/13/2024
5.0.0-rc04 176 8/9/2024
Loading failed

Add input sanitisation