RockLib.HealthChecks
3.0.1
Prefix Reserved
See the version list below for details.
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.2 | 176 | 10/24/2024 |
3.0.1 | 6,281 | 7/16/2024 |
3.0.0 | 5,428 | 3/4/2024 |
3.0.0-alpha.1 | 91 | 2/26/2024 |
2.0.1 | 13,531 | 2/15/2023 |
2.0.0 | 9,811 | 3/2/2022 |
1.4.0 | 12,344 | 10/26/2021 |
1.3.9 | 212,066 | 8/13/2021 |
1.3.8 | 28,457 | 5/10/2021 |
1.3.7 | 26,060 | 3/12/2021 |
1.3.6 | 8,498 | 2/12/2021 |
1.3.5 | 875 | 2/12/2021 |
1.3.4 | 827 | 2/3/2021 |
1.3.3 | 96,598 | 8/19/2020 |
1.3.2 | 7,900 | 8/14/2020 |
1.3.1 | 7,358 | 7/30/2020 |
1.3.0 | 16,300 | 3/4/2020 |
1.2.0 | 993 | 3/2/2020 |
1.1.0 | 38,096 | 12/19/2019 |
1.0.0 | 10,662 | 11/20/2019 |
1.0.0-rc1 | 14,217 | 10/22/2019 |
A changelog is available at https://github.com/RockLib/RockLib.HealthChecks/blob/main/RockLib.HealthChecks/CHANGELOG.md.