A HttpListener based health-check server for scenarios where Kestrel or ASP.NET Core hosting is unsuitable. 
                        
                    
         
                Info
| Version: | 1.0.0 | 
| Author(s): | Ryan Bartsch | 
| Last Update: | Monday, January 6, 2020 | 
| .NET Fiddle: | Create the first Fiddle | 
| NuGet Url: | https://www.nuget.org/packages/HealthCheckHostedService | 
Install
Install-Package HealthCheckHostedService
                        dotnet add package HealthCheckHostedService
                        paket add HealthCheckHostedService
                        
                                HealthCheckHostedService Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Microsoft.Extensions.Diagnostics.HealthChecks(>= 3.1.0 && < 4.0.0)
 - Microsoft.Extensions.Hosting(>= 3.1.0 && < 4.0.0)