RockLib.HealthChecks 1.2.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package RockLib.HealthChecks --version 1.2.0
NuGet\Install-Package RockLib.HealthChecks -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RockLib.HealthChecks" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RockLib.HealthChecks --version 1.2.0
#r "nuget: RockLib.HealthChecks, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install RockLib.HealthChecks as a Cake Addin
#addin nuget:?package=RockLib.HealthChecks&version=1.2.0

// Install RockLib.HealthChecks as a Cake Tool
#tool nuget:?package=RockLib.HealthChecks&version=1.2.0

An implementation of the draft health check RFC located at https://inadarei.github.io/rfc-healthcheck/.

This package was built from the source code at https://github.com/RockLib/RockLib.HealthChecks/tree/80af3922989ab8699ea96e28a8eb8257cb72d1e7

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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 Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on RockLib.HealthChecks:

Package Downloads
RockLib.HealthChecks.AspNetCore The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A simple set of .NET Core Middleware extensions for adding Health Checks to your web application.

RockLib.HealthChecks.AspNetCore.ResponseWriter The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A ResponseWriter for Microsoft.Extensions.Diagnostics.HealthChecks that writes in the format described by https://inadarei.github.io/rfc-healthcheck/.

RockLib.HealthChecks.WebApi The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A simple set of .NET Core Middleware extensions for adding Health Checks to your web application.

RockLib.HealthChecks.HttpModule The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.0 356 3/4/2024
3.0.0-alpha.1 77 2/26/2024
2.0.1 8,708 2/15/2023
2.0.0 7,801 3/2/2022
1.4.0 12,202 10/26/2021
1.3.9 174,849 8/13/2021
1.3.8 28,008 5/10/2021
1.3.7 22,836 3/12/2021
1.3.6 8,414 2/12/2021
1.3.5 752 2/12/2021
1.3.4 758 2/3/2021
1.3.3 90,967 8/19/2020
1.3.2 7,751 8/14/2020
1.3.1 7,238 7/30/2020
1.3.0 16,209 3/4/2020
1.2.0 909 3/2/2020
1.1.0 37,942 12/19/2019
1.0.0 10,483 11/20/2019
1.0.0-rc1 14,133 10/22/2019

RockLib.HealthChecks version 1.2.0

Adds the ability to specify service lifetime when registering a health check runner.