RockLib.HealthChecks
3.0.1
Prefix Reserved
dotnet add package RockLib.HealthChecks --version 3.0.1
NuGet\Install-Package RockLib.HealthChecks -Version 3.0.1
<PackageReference Include="RockLib.HealthChecks" Version="3.0.1" />
paket add RockLib.HealthChecks --version 3.0.1
#r "nuget: RockLib.HealthChecks, 3.0.1"
// Install RockLib.HealthChecks as a Cake Addin #addin nuget:?package=RockLib.HealthChecks&version=3.0.1 // Install RockLib.HealthChecks as a Cake Tool #tool nuget:?package=RockLib.HealthChecks&version=3.0.1
An implementation of the draft health check RFC located at https://inadarei.github.io/rfc-healthcheck/.
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 was computed. 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. |
.NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Options (>= 8.0.2)
- Newtonsoft.Json (>= 13.0.3)
- RockLib.Configuration (>= 4.0.1)
- RockLib.Configuration.ObjectFactory (>= 3.0.0)
- RockLib.Immutable (>= 2.0.0)
-
net6.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Options (>= 8.0.2)
- Newtonsoft.Json (>= 13.0.3)
- RockLib.Configuration (>= 4.0.1)
- RockLib.Configuration.ObjectFactory (>= 3.0.0)
- RockLib.Immutable (>= 2.0.0)
-
net8.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Options (>= 8.0.2)
- Newtonsoft.Json (>= 13.0.3)
- RockLib.Configuration (>= 4.0.1)
- RockLib.Configuration.ObjectFactory (>= 3.0.0)
- RockLib.Immutable (>= 2.0.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on RockLib.HealthChecks:
Package | Downloads |
---|---|
RockLib.HealthChecks.AspNetCore
A simple set of .NET Core Middleware extensions for adding Health Checks to your web application. |
|
RockLib.HealthChecks.AspNetCore.ResponseWriter
A ResponseWriter for Microsoft.Extensions.Diagnostics.HealthChecks that writes in the format described by https://inadarei.github.io/rfc-healthcheck/. |
|
RockLib.HealthChecks.WebApi
A simple set of .NET Core Middleware extensions for adding Health Checks to your web application. |
|
RockLib.HealthChecks.HttpModule
A simple HTTP Module you can add to a web application for running Health Checks. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.1 | 3,959 | 7/16/2024 |
3.0.0 | 4,742 | 3/4/2024 |
3.0.0-alpha.1 | 90 | 2/26/2024 |
2.0.1 | 13,176 | 2/15/2023 |
2.0.0 | 9,449 | 3/2/2022 |
1.4.0 | 12,301 | 10/26/2021 |
1.3.9 | 207,547 | 8/13/2021 |
1.3.8 | 28,456 | 5/10/2021 |
1.3.7 | 25,459 | 3/12/2021 |
1.3.6 | 8,497 | 2/12/2021 |
1.3.5 | 873 | 2/12/2021 |
1.3.4 | 824 | 2/3/2021 |
1.3.3 | 95,257 | 8/19/2020 |
1.3.2 | 7,897 | 8/14/2020 |
1.3.1 | 7,351 | 7/30/2020 |
1.3.0 | 16,295 | 3/4/2020 |
1.2.0 | 989 | 3/2/2020 |
1.1.0 | 38,058 | 12/19/2019 |
1.0.0 | 10,649 | 11/20/2019 |
1.0.0-rc1 | 14,216 | 10/22/2019 |
A changelog is available at https://github.com/RockLib/RockLib.HealthChecks/blob/main/RockLib.HealthChecks/CHANGELOG.md.