NetEvolve.HealthChecks
3.2.31
See the version list below for details.
dotnet add package NetEvolve.HealthChecks --version 3.2.31
NuGet\Install-Package NetEvolve.HealthChecks -Version 3.2.31
<PackageReference Include="NetEvolve.HealthChecks" Version="3.2.31" />
paket add NetEvolve.HealthChecks --version 3.2.31
#r "nuget: NetEvolve.HealthChecks, 3.2.31"
// Install NetEvolve.HealthChecks as a Cake Addin #addin nuget:?package=NetEvolve.HealthChecks&version=3.2.31 // Install NetEvolve.HealthChecks as a Cake Tool #tool nuget:?package=NetEvolve.HealthChecks&version=3.2.31
NetEvolve.HealthChecks
This package contains additional health checks for the Microsoft.Extensions.Diagnostics.HealthChecks package. Primarily for testing the healthiness of the own application, like application service is started or stopped.
💡 This package is available for .NET 6.0 and later.
Installation
To use this package, you need to add the package to your project. You can do this by using the NuGet package manager or by using the dotnet CLI.
dotnet add package NetEvolve.HealthChecks
Health Check - Application Healthy
This health check is providing always a Healthy
status. It can be used to check if the application is running, like a ping.
Usage
This healthcheck does not require any configuration, it will automatically registered as ApplicationHealthy
health check.
var builder = services.AddHealthChecks();
builder.AddApplicationHealthy();
Health Check - Application Ready
This health check is used to check the readiness of the application. It returns Unhealthy
until the IHostApplicationLifetime
triggers the ApplicationStarted
event, then it returns Healthy
. It returns Healthy
until the IHostApplicationLifetim
e triggers the ApplicationStopping
event, after which it returns Unhealthy
.
Usage
This healthcheck does not require any configuration, it will automatically registered as ApplicationReady
health check.
var builder = services.AddHealthChecks();
builder.AddApplicationReady()
💡 You can always provide tags to all health checks, for grouping or filtering.
var builder = services.AddHealthChecks();
builder.AddApplicationReady("readiness");
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- NetEvolve.Arguments (>= 1.1.9)
- NetEvolve.Extensions.Tasks (>= 1.2.7)
- NetEvolve.HealthChecks.Abstractions (>= 3.2.31)
-
net7.0
- NetEvolve.Arguments (>= 1.1.9)
- NetEvolve.Extensions.Tasks (>= 1.2.7)
- NetEvolve.HealthChecks.Abstractions (>= 3.2.31)
-
net8.0
- NetEvolve.Arguments (>= 1.1.9)
- NetEvolve.Extensions.Tasks (>= 1.2.7)
- NetEvolve.HealthChecks.Abstractions (>= 3.2.31)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.1 | 68 | 11/4/2024 |
4.0.0 | 72 | 11/3/2024 |
3.4.139 | 99 | 9/12/2024 |
3.4.112 | 100 | 8/26/2024 |
3.4.52 | 102 | 6/24/2024 |
3.4.20 | 86 | 6/4/2024 |
3.4.0 | 95 | 5/23/2024 |
3.3.0 | 113 | 5/22/2024 |
3.2.52 | 107 | 5/22/2024 |
3.2.31 | 116 | 5/21/2024 |
3.2.9 | 116 | 4/8/2024 |
3.2.0 | 114 | 4/4/2024 |
3.1.10 | 118 | 2/18/2024 |
3.1.8 | 115 | 2/16/2024 |
3.1.0 | 122 | 2/15/2024 |
3.0.0 | 118 | 2/14/2024 |
2.1.42 | 177 | 1/4/2024 |
2.1.31 | 129 | 1/3/2024 |
2.1.10 | 103 | 12/29/2023 |
2.1.2 | 169 | 11/27/2023 |
2.0.65 | 126 | 11/23/2023 |
2.0.64 | 123 | 11/21/2023 |
2.0.52 | 139 | 11/21/2023 |
2.0.51 | 114 | 11/20/2023 |
2.0.42 | 112 | 11/17/2023 |
2.0.0 | 143 | 10/9/2023 |
1.1.2 | 156 | 9/11/2023 |
1.1.1 | 144 | 9/11/2023 |
1.0.6 | 160 | 9/1/2023 |
1.0.0 | 141 | 8/31/2023 |