Microsoft.Extensions.Diagnostics.HealthChecks 10.0.0

Prefix Reserved
dotnet add package Microsoft.Extensions.Diagnostics.HealthChecks --version 10.0.0
                    
NuGet\Install-Package Microsoft.Extensions.Diagnostics.HealthChecks -Version 10.0.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="Microsoft.Extensions.Diagnostics.HealthChecks" Version="10.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="10.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.Extensions.Diagnostics.HealthChecks --version 10.0.0
                    
#r "nuget: Microsoft.Extensions.Diagnostics.HealthChecks, 10.0.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.
#:package Microsoft.Extensions.Diagnostics.HealthChecks@10.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.Extensions.Diagnostics.HealthChecks&version=10.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Extensions.Diagnostics.HealthChecks&version=10.0.0
                    
Install as a Cake Tool

Components for performing health checks in .NET applications

Commonly Used Types:
Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckService
Microsoft.Extensions.Diagnostics.HealthChecks.IHealthChecksBuilder
   

This package was built from the source code at https://github.com/dotnet/dotnet/tree/b0f34d51fccc69fd334253924abd8d6853fad7aa

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 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 (802)

Showing the top 5 NuGet packages that depend on Microsoft.Extensions.Diagnostics.HealthChecks:

Package Downloads
MassTransit

MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.

Microsoft.Extensions.Configuration.AzureAppConfiguration

Microsoft.Extensions.Configuration.AzureAppConfiguration is a configuration provider for the .NET Core framework that allows developers to use Microsoft Azure App Configuration service as a configuration source in their applications.

AspNetCore.HealthChecks.UI.Core

HealthChecks.UI.Core package containing builder and model definitions

Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore

Components for performing health checks using EntityFrameworkCore. This package was built from the source code at https://github.com/dotnet/dotnet/tree/b0f34d51fccc69fd334253924abd8d6853fad7aa

AspNetCore.HealthChecks.SqlServer

HealthChecks.SqlServer is the health check package for SqlServer.

GitHub repositories (58)

Showing the top 20 popular GitHub repositories that depend on Microsoft.Extensions.Diagnostics.HealthChecks:

Repository Stars
jellyfin/jellyfin
The Free Software Media System - Server Backend & API
MassTransit/MassTransit
Distributed Application Framework for .NET
fullstackhero/dotnet-starter-kit
Production Grade Cloud-Ready .NET 9 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
dotnet/aspire
Aspire is the tool for code-first, extensible, observable dev and deploy.
dotnetcore/Util
Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
skoruba/IdentityServer4.Admin
The administration for the IdentityServer4 and Asp.Net Core Identity
JasperFx/marten
.NET Transactional Document DB and Event Store on PostgreSQL
dotnet/extensions
This repository contains a suite of libraries that provide facilities commonly needed when creating production-ready applications.
exceptionless/Exceptionless
Exceptionless application
BrighterCommand/Brighter
A framework for building messaging apps with .NET and C#.
AppMetrics/AppMetrics
App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application.
prometheus-net/prometheus-net
.NET library to instrument your code with Prometheus metrics
dotnet-architecture/eShopOnDapr
A sample .NET distributed application based on eShopOnContainers, powered by Dapr.
meysamhadeli/booking-microservices
A practical microservices with the latest technologies and architectures like Vertical Slice Architecture, Event Sourcing, CQRS, DDD, gRpc, MongoDB, RabbitMq, Masstransit, and Aspire in .Net 9.
IoTSharp/IoTSharp
IoTSharp is an open-source IoT platform for data collection, processing, visualization, and device management.
mehdihadeli/food-delivery-microservices
🍔 A practical and cloud-native food delivery microservices, built with .Net Aspire, .Net 9, MassTransit, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
Amitpnk/Onion-architecture-ASP.NET-Core
WhiteApp API solution template which is built on Onion Architecture with all essential feature using .NET 8!
BehzadDara/SampleProject
skoruba/Duende.IdentityServer.Admin
The administration for the Duende IdentityServer and Asp.Net Core Identity ⚡
Version Downloads Last Updated
10.0.0 162,963 11/11/2025
10.0.0-rc.2.25502.107 13,899 10/14/2025
10.0.0-rc.1.25451.107 21,252 9/9/2025
10.0.0-preview.7.25380.108 4,244 8/12/2025
10.0.0-preview.6.25358.103 3,596 7/15/2025
10.0.0-preview.5.25277.114 8,628 6/6/2025
10.0.0-preview.4.25258.110 2,655 5/12/2025
10.0.0-preview.3.25172.1 1,543 4/10/2025
10.0.0-preview.2.25164.1 4,488 3/18/2025
10.0.0-preview.1.25120.3 2,528 2/25/2025
9.0.11 98,681 11/11/2025
9.0.10 920,838 10/14/2025
9.0.9 2,445,772 9/9/2025
9.0.8 1,994,096 8/5/2025
9.0.7 2,477,653 7/8/2025
9.0.6 1,889,306 6/10/2025
9.0.5 1,908,325 5/13/2025
9.0.4 4,284,117 4/8/2025
9.0.3 2,109,558 3/11/2025
9.0.2 2,887,454 2/11/2025
9.0.1 2,041,196 1/14/2025
9.0.0 13,498,458 11/12/2024
9.0.0-rc.2.24474.3 26,954 10/8/2024
9.0.0-rc.1.24452.1 17,103 9/10/2024
9.0.0-preview.7.24406.2 7,751 8/13/2024
9.0.0-preview.6.24328.4 11,623 7/9/2024
9.0.0-preview.5.24306.11 4,568 6/11/2024
9.0.0-preview.4.24267.6 16,074 5/21/2024
9.0.0-preview.3.24172.13 81,802 4/11/2024
9.0.0-preview.2.24128.4 9,999 3/12/2024
9.0.0-preview.1.24081.5 24,395 2/13/2024
8.0.22 136,558 11/11/2025
8.0.21 296,537 10/14/2025
8.0.20 1,507,047 9/9/2025
8.0.19 1,809,896 8/4/2025
8.0.18 1,938,786 7/8/2025
8.0.17 805,884 6/10/2025
8.0.16 795,379 5/13/2025
8.0.15 3,816,981 4/8/2025
8.0.14 1,960,726 3/11/2025
8.0.13 1,345,804 2/11/2025
8.0.12 3,109,192 1/14/2025
8.0.11 31,701,321 11/12/2024
8.0.10 8,956,203 10/8/2024
8.0.8 8,926,848 8/13/2024
8.0.7 5,378,801 7/9/2024
8.0.6 5,586,481 5/28/2024
8.0.5 2,327,877 5/14/2024
8.0.4 5,263,269 4/9/2024
8.0.3 3,244,971 3/12/2024
8.0.2 4,259,797 2/13/2024
8.0.1 5,289,825 1/9/2024
8.0.0 99,959,107 11/14/2023
8.0.0-rc.2.23480.2 33,961 10/10/2023
8.0.0-rc.1.23421.29 23,852 9/12/2023
8.0.0-preview.7.23375.9 22,698 8/8/2023
8.0.0-preview.6.23329.11 10,808 7/11/2023
8.0.0-preview.5.23302.2 28,353 6/13/2023
8.0.0-preview.4.23260.4 20,721 5/16/2023
8.0.0-preview.3.23177.8 7,561 4/11/2023
8.0.0-preview.2.23153.2 7,269 3/14/2023
8.0.0-preview.1.23112.2 52,558 2/21/2023
7.0.20 486,066 5/28/2024
7.0.19 46,526 5/14/2024
7.0.18 151,040 4/9/2024
7.0.17 334,058 3/12/2024
7.0.16 356,438 2/13/2024
7.0.15 483,084 1/9/2024
7.0.14 707,756 11/14/2023
7.0.13 1,297,134 10/24/2023
7.0.12 836,329 10/10/2023
7.0.11 1,608,412 9/12/2023
7.0.10 1,638,428 8/8/2023
7.0.9 20,836,996 7/11/2023
7.0.8 1,201,396 6/22/2023
7.0.7 521,045 6/13/2023
7.0.5 3,973,642 4/11/2023
7.0.4 1,490,965 3/14/2023
7.0.3 1,792,375 2/14/2023
7.0.2 1,935,608 1/10/2023
7.0.1 7,579,979 12/13/2022
7.0.0 1,859,150 11/7/2022
7.0.0-rc.2.22476.2 7,822 10/11/2022
7.0.0-rc.1.22427.2 4,949 9/14/2022
7.0.0-preview.7.22376.6 3,947 8/9/2022
7.0.0-preview.6.22330.3 5,393 7/12/2022
7.0.0-preview.5.22303.8 3,061 6/14/2022
7.0.0-preview.4.22251.1 6,531 5/10/2022
7.0.0-preview.3.22178.4 1,758 4/13/2022
7.0.0-preview.2.22153.2 3,126 3/14/2022
7.0.0-preview.1.22109.13 1,132 2/17/2022
6.0.36 2,217,028 11/12/2024
6.0.35 221,454 10/8/2024
6.0.33 285,026 8/13/2024
6.0.32 429,595 7/9/2024
6.0.31 415,951 5/28/2024
6.0.30 155,624 5/14/2024
6.0.29 465,230 4/9/2024
6.0.28 449,917 3/12/2024
6.0.27 640,414 2/13/2024
6.0.26 774,580 1/9/2024
6.0.25 1,388,616 11/14/2023
6.0.24 617,724 10/24/2023
6.0.23 738,796 10/10/2023
6.0.22 1,197,294 9/12/2023
6.0.21 1,464,547 8/8/2023
6.0.20 1,282,945 7/11/2023
6.0.19 651,321 6/22/2023
6.0.18 339,047 6/13/2023
6.0.16 2,760,982 4/11/2023
6.0.15 1,710,745 3/14/2023
6.0.14 3,346,626 2/14/2023
6.0.13 2,352,775 1/10/2023
6.0.12 1,708,817 12/13/2022
6.0.11 2,417,968 11/7/2022
6.0.10 11,444,243 10/11/2022
6.0.9 12,502,030 9/13/2022
6.0.8 9,986,327 8/9/2022
6.0.7 29,740,381 7/12/2022
6.0.6 3,351,240 6/14/2022
6.0.5 4,238,016 5/10/2022
6.0.4 16,890,325 4/11/2022
6.0.3 6,229,623 3/8/2022
6.0.2 40,293,771 2/8/2022
6.0.1 25,447,668 12/14/2021
6.0.0 54,916,919 11/8/2021
6.0.0-rc.2.21480.10 911,345 10/12/2021
6.0.0-rc.1.21452.15 19,834 9/14/2021
6.0.0-preview.7.21378.6 87,936 8/10/2021
6.0.0-preview.6.21355.2 4,324 7/14/2021
6.0.0-preview.5.21301.17 18,925 6/15/2021
6.0.0-preview.4.21253.5 2,777 5/24/2021
6.0.0-preview.3.21201.13 7,859 4/8/2021
6.0.0-preview.2.21154.6 4,183 3/11/2021 6.0.0-preview.2.21154.6 is deprecated because it is no longer maintained.
6.0.0-preview.1.21103.6 12,043 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 1,208,665 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 258,840 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 170,249 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 164,427 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 1,282,457 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 627,682 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 1,795,506 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 1,471,742 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 1,543,164 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 1,085,823 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 2,272,619 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 1,421,416 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 1,727,000 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 1,500,578 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 1,563,659 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,504,200 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 24,811,415 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 3,518,883 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 7,377 10/13/2020 5.0.0-rc.2.20475.17 is deprecated because it is no longer maintained.
5.0.0-rc.1.20451.17 8,864 9/14/2020 5.0.0-rc.1.20451.17 is deprecated because it is no longer maintained.
5.0.0-preview.8.20414.8 8,928 8/25/2020 5.0.0-preview.8.20414.8 is deprecated because it is no longer maintained.
5.0.0-preview.7.20365.19 7,618 7/21/2020 5.0.0-preview.7.20365.19 is deprecated because it is no longer maintained.
5.0.0-preview.6.20312.15 8,727 6/25/2020 5.0.0-preview.6.20312.15 is deprecated because it is no longer maintained.
5.0.0-preview.5.20279.2 1,971 6/10/2020 5.0.0-preview.5.20279.2 is deprecated because it is no longer maintained.
5.0.0-preview.4.20257.10 2,349 5/18/2020 5.0.0-preview.4.20257.10 is deprecated because it is no longer maintained.
5.0.0-preview.3.20215.14 3,019 4/23/2020 5.0.0-preview.3.20215.14 is deprecated because it is no longer maintained.
5.0.0-preview.2.20167.3 10,743 4/2/2020 5.0.0-preview.2.20167.3 is deprecated because it is no longer maintained.
5.0.0-preview.1.20120.4 4,704 3/16/2020 5.0.0-preview.1.20120.4 is deprecated because it is no longer maintained.
3.1.32 852,529 12/13/2022
3.1.31 91,817 11/8/2022
3.1.30 68,986 10/11/2022
3.1.29 117,882 9/13/2022
3.1.28 104,135 8/9/2022
3.1.27 168,019 7/12/2022
3.1.26 114,629 6/14/2022
3.1.25 132,327 5/10/2022
3.1.24 131,120 4/11/2022
3.1.23 514,648 3/8/2022
3.1.22 904,106 12/14/2021
3.1.21 540,387 11/7/2021
3.1.20 324,465 10/11/2021
3.1.19 230,189 9/14/2021
3.1.18 30,324,804 8/10/2021
3.1.17 370,551 7/13/2021
3.1.16 513,023 6/8/2021
3.1.15 580,940 5/11/2021
3.1.14 866,043 4/6/2021
3.1.13 441,810 3/9/2021
3.1.12 727,494 2/9/2021
3.1.11 7,883,515 1/12/2021
3.1.10 3,323,258 11/9/2020
3.1.9 2,500,500 10/13/2020
3.1.8 2,540,255 9/8/2020
3.1.7 1,545,858 8/11/2020
3.1.6 1,665,549 7/14/2020
3.1.5 3,925,748 6/9/2020
3.1.4 1,522,552 5/12/2020
3.1.3 28,726,329 3/24/2020
3.1.2 1,774,778 2/18/2020
3.1.1 1,559,322 1/14/2020
3.1.0 4,886,289 12/3/2019
3.1.0-preview3.19553.2 3,252 11/13/2019 3.1.0-preview3.19553.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19525.4 1,185 11/1/2019 3.1.0-preview2.19525.4 is deprecated because it is no longer maintained.
3.1.0-preview1.19506.1 3,092 10/15/2019 3.1.0-preview1.19506.1 is deprecated because it is no longer maintained.
3.0.3 63,589 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 19,078 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.1 105,827 11/18/2019 3.0.1 is deprecated because it is no longer maintained.
3.0.0 10,637,970 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19456.10 7,189 9/16/2019 3.0.0-rc1.19456.10 is deprecated because it is no longer maintained.
3.0.0-preview9.19423.4 3,320 9/4/2019 3.0.0-preview9.19423.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.4 27,177 8/13/2019 3.0.0-preview8.19405.4 is deprecated because it is no longer maintained.
3.0.0-preview7.19362.4 4,059 7/23/2019 3.0.0-preview7.19362.4 is deprecated because it is no longer maintained.
3.0.0-preview6.19304.6 16,726 6/12/2019 3.0.0-preview6.19304.6 is deprecated because it is no longer maintained.
3.0.0-preview5.19227.9 106,911 5/6/2019 3.0.0-preview5.19227.9 is deprecated because it is no longer maintained.
3.0.0-preview4.19216.2 1,625 4/18/2019 3.0.0-preview4.19216.2 is deprecated because it is no longer maintained.
3.0.0-preview3.19153.1 1,188 3/6/2019 3.0.0-preview3.19153.1 is deprecated because it is no longer maintained.
3.0.0-preview.19074.2 1,105 1/29/2019 3.0.0-preview.19074.2 is deprecated because it is no longer maintained.
3.0.0-preview.18572.1 1,130 12/4/2018 3.0.0-preview.18572.1 is deprecated because it is no longer maintained.
2.2.5 12,459,293 5/14/2019 2.2.5 is deprecated because it is no longer maintained.
2.2.0 62,217,984 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 97,149 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 43,194 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 14,825 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.