Small library with extensions on the Microsoft.Extensions.Diagnostics.HealthCheck library to add a versionnumber to the raw output of the healthcheck.
Info
Version: | 7.0.1 |
Author(s): | Rob Lohmann |
Last Update: | Thursday, July 6, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/roblohmann/CodeCube.AspNetCore.HealthChecks.Extensions |
NuGet Url: | https://www.nuget.org/packages/CodeCube.AspNetCore.HealthChecks.Extensions.Versioning |
Install
Install-Package CodeCube.AspNetCore.HealthChecks.Extensions.Versioning
dotnet add package CodeCube.AspNetCore.HealthChecks.Extensions.Versioning
paket add CodeCube.AspNetCore.HealthChecks.Extensions.Versioning
CodeCube.AspNetCore.HealthChecks.Extensions.Versioning Download (Unzip the "nupkg" after downloading)
Dependencies
- CodeCube.AspNetCore.HealthChecks.Extensions.Response(>= 1.0.203581)
- Microsoft.AspNetCore.Diagnostics.HealthChecks(>= 2.2.0)
- Newtonsoft.Json(>= 12.0.3)
Tags