HealthCheckVersion–- idea – part 1
The health Check from Microsoft ( https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/health-checks ) and from Xabaril ( https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks ) are pretty impressive. ( I have done this before with a simple ping action – but this is better)
I was thinking about making a simple HealthCheck – that reports the version of executing starting assembly ( And his own version – to know if it is outdated )
I will try to make it first Documentation , then Test, then Implementation, then CI , then CD – and that will be all
It is a simple application.- just curious how it will take to have it done.
The first step is to create a repository for my application – it is at https://github.com/ignatandrei/HealthCheckVersion – and can be downloaded from https://github.com/ignatandrei/HealthCheckVersion/releases/tag/firstVersion
HealthCheckVersion
Health Check for Version
Leave a Reply