Info
Version: | 3.1.2020.16776727 |
Author(s): | Andrei Ignat |
Last Update: | Monday, July 13, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ignatandrei/HealthCheckVersion |
NuGet Url: | https://www.nuget.org/packages/HealthCheckVersion |
Install
Install-Package HealthCheckVersion
dotnet add package HealthCheckVersion
paket add HealthCheckVersion
HealthCheckVersion Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Also, it should report his own version - but not direct .
It will be easy to demo via Xabaril
Add the NuGet package HealthCheckVersion.
In the Startup.cs
services.AddHealthChecks()
.AddCheck<HealthCheckVersion>("HealthCheckVersion");.