NetCorePal.HealthCheck
1.4.0
Install-Package NetCorePal.HealthCheck -Version 1.4.0
dotnet add package NetCorePal.HealthCheck --version 1.4.0
<PackageReference Include="NetCorePal.HealthCheck" Version="1.4.0" />
paket add NetCorePal.HealthCheck --version 1.4.0
#r "nuget: NetCorePal.HealthCheck, 1.4.0"
// Install NetCorePal.HealthCheck as a Cake Addin
#addin nuget:?package=NetCorePal.HealthCheck&version=1.4.0
// Install NetCorePal.HealthCheck as a Cake Tool
#tool nuget:?package=NetCorePal.HealthCheck&version=1.4.0
Health check tool for .Net Framework 4.5+ and .NET Core 2.0+
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5
- No dependencies.
-
.NETFramework 4.6.2
- Microsoft.Extensions.Logging.Abstractions (>= 2.0.0)
-
.NETStandard 2.0
- Microsoft.Extensions.Logging.Abstractions (>= 2.0.0)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on NetCorePal.HealthCheck:
Package | Downloads |
---|---|
NetCorePal.HealthCheck.AspNetCore
Health check result output for ASP.NET Core web project. For .NET Framework 4.5+, please use NetCorePal.HealthCheck.Web |
|
NetCorePal.HealthCheck.Redis
redis health checker using StackExchange.Redis |
|
NetCorePal.HealthCheck.RabbitMQ
RabbitMQ health checker using RabbitMQ.Client |
|
NetCorePal.HealthCheck.Web
Health check result output for web project .NET Framework 4.5+. For ASP.NET Core ,please user NetCorePal.HealthCheck.AspNetCore. |
|
NetCorePal.HealthCheck.Owin
Health check result output for owin web project .NET Framework 4.5+. For ASP.NET Core ,please user NetCorePal.HealthCheck.AspNetCore. |
GitHub repositories
This package is not used by any popular GitHub repositories.
improve: use Task.FromResult instead of Task.Factory.StartNew in HealthChecker.CheckAsync