Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions 10.0.0-rc.1.25451.107

Prefix Reserved
This is a prerelease version of Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.
dotnet add package Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions --version 10.0.0-rc.1.25451.107
                    
NuGet\Install-Package Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions -Version 10.0.0-rc.1.25451.107
                    
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.Abstractions" Version="10.0.0-rc.1.25451.107" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" Version="10.0.0-rc.1.25451.107" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" />
                    
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.Abstractions --version 10.0.0-rc.1.25451.107
                    
#r "nuget: Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions, 10.0.0-rc.1.25451.107"
                    
#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.Abstractions@10.0.0-rc.1.25451.107
                    
#: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.Abstractions&version=10.0.0-rc.1.25451.107&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions&version=10.0.0-rc.1.25451.107&prerelease
                    
Install as a Cake Tool

Abstractions for defining health checks in .NET applications

Commonly Used Types
Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck
   

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

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.
  • .NETFramework 4.6.2

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.
  • net10.0

    • No dependencies.

NuGet packages (206)

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

Package Downloads
Microsoft.Extensions.Diagnostics.HealthChecks

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/2db1f5ee2bdda2e8d873769325fabede32e420e0

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/2db1f5ee2bdda2e8d873769325fabede32e420e0

Microsoft.AspNetCore.App

Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Microsoft.AspNetCore.All

Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Steeltoe.Common

Abstractions and code shared by many Steeltoe components.

GitHub repositories (15)

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

Repository Stars
Squidex/squidex
Headless CMS and Content Managment Hub
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.
dotnet-architecture/eShopOnDapr
A sample .NET distributed application based on eShopOnContainers, powered by Dapr.
Cleanuparr/Cleanuparr
Cleanuparr is a tool for automating the cleanup of unwanted or blocked files in Sonarr, Radarr, and supported download clients like qBittorrent, Deluge and Transmission.
SteeltoeOSS/Steeltoe
.NET Components for Externalized Configuration, Database Connectors, Service Discovery, Logging and Distributed Tracing, Application Management, Security, and more.
zarusz/SlimMessageBus
Lightweight message bus interface for .NET (pub/sub and request-response) with transport plugins for popular message brokers.
linkdotnet/Blog
A blog (engine) completely written in C# and Blazor. It aims to be a simple use and easy to extend platform. Blogposts are written in Markdown and are rendered to HTML. This gives all the flexibility needed to express yourself but also have an easy way of creating posts in the first place.
dashiell-zhang/NetEngine
基于 .Net 框架搭建的一个基础项目结构
alexalvess/aurora-api-project
Aurora is a project developed in .NET 6, where it aims to show how to create something using an architecture, in layers, simple and approaching, in a simplistic way, some concepts such as DDD.
IoTSharp/EntityFrameworkCore.Taos
EntityFramework, EF Core, ADO.NET, ORM,Stmt,TDengine
SnowBankSDK/foundationdb-dotnet-client
C#/.NET Binding for FoundationDB Client API
sshushliapin/Sitecore.FakeDb
Unit testing framework for Sitecore.
kamilbaczek/Modular-monolith-by-example
Modular monolith architecture example in .NET. Estimation Tool is tool to optimize estimation process in IT company.
lornshrimp/Lorn.ADSP
这是一个开源的互联网在线广告投放系统。该系统可用于网站、视频播放的所有页面广告、视频广告以及无线客户端、TV广告的管理、播放、定向和统计,包括了业务管理、售前计划管理、广告活动管理、广告引擎、播放器内广告、展示广告、数据及商业智能、人群定向、第三方广告管理等几大模块。采用C#和F#编写而成,并可部署于多种云上。
Version Downloads Last Updated
10.0.0-rc.1.25451.107 2,760 9/9/2025
10.0.0-preview.7.25380.108 4,864 8/12/2025
10.0.0-preview.6.25358.103 1,694 7/15/2025
10.0.0-preview.5.25277.114 5,918 6/6/2025
10.0.0-preview.4.25258.110 3,310 5/12/2025
10.0.0-preview.3.25172.1 1,996 4/10/2025
10.0.0-preview.2.25164.1 4,957 3/18/2025
10.0.0-preview.1.25120.3 2,408 2/25/2025
9.0.9 181,083 9/9/2025
9.0.8 1,180,160 8/5/2025
9.0.7 1,503,878 7/8/2025
9.0.6 1,503,016 6/10/2025
9.0.5 1,681,747 5/13/2025
9.0.4 3,655,022 4/8/2025
9.0.3 1,948,925 3/11/2025
9.0.2 2,946,138 2/11/2025
9.0.1 2,110,370 1/14/2025
9.0.0 10,327,624 11/12/2024
9.0.0-rc.2.24474.3 26,608 10/8/2024
9.0.0-rc.1.24452.1 16,504 9/10/2024
9.0.0-preview.7.24406.2 8,937 8/13/2024
9.0.0-preview.6.24328.4 10,074 7/9/2024
9.0.0-preview.5.24306.11 4,607 6/11/2024
9.0.0-preview.4.24267.6 15,225 5/21/2024
9.0.0-preview.3.24172.13 80,992 4/11/2024
9.0.0-preview.2.24128.4 9,683 3/12/2024
9.0.0-preview.1.24081.5 23,921 2/13/2024
8.0.20 56,289 9/9/2025
8.0.19 389,629 8/4/2025
8.0.18 794,888 7/8/2025
8.0.17 573,717 6/10/2025
8.0.16 641,694 5/13/2025
8.0.15 2,345,074 4/8/2025
8.0.14 1,503,311 3/11/2025
8.0.13 1,291,164 2/11/2025
8.0.12 2,751,468 1/14/2025
8.0.11 19,126,657 11/12/2024
8.0.10 8,446,330 10/8/2024
8.0.8 8,819,726 8/13/2024
8.0.7 5,688,685 7/9/2024
8.0.6 6,311,883 5/28/2024
8.0.5 2,524,524 5/14/2024
8.0.4 5,674,976 4/9/2024
8.0.3 3,741,115 3/12/2024
8.0.2 4,522,255 2/13/2024
8.0.1 5,618,136 1/9/2024
8.0.0 84,023,168 11/14/2023
8.0.0-rc.2.23480.2 34,842 10/10/2023
8.0.0-rc.1.23421.29 24,056 9/12/2023
8.0.0-preview.7.23375.9 26,064 8/8/2023
8.0.0-preview.6.23329.11 11,934 7/11/2023
8.0.0-preview.5.23302.2 28,418 6/13/2023
8.0.0-preview.4.23260.4 21,186 5/16/2023
8.0.0-preview.3.23177.8 8,447 4/11/2023
8.0.0-preview.2.23153.2 8,884 3/14/2023
8.0.0-preview.1.23112.2 53,034 2/21/2023
7.0.20 449,308 5/28/2024
7.0.19 41,029 5/14/2024
7.0.18 196,821 4/9/2024
7.0.17 330,859 3/12/2024
7.0.16 362,129 2/13/2024
7.0.15 497,966 1/9/2024
7.0.14 923,192 11/14/2023
7.0.13 1,514,899 10/24/2023
7.0.12 1,157,784 10/10/2023
7.0.11 1,734,802 9/12/2023
7.0.10 1,937,874 8/8/2023
7.0.9 18,761,159 7/11/2023
7.0.8 1,368,666 6/22/2023
7.0.7 640,711 6/13/2023
7.0.5 4,438,540 4/11/2023
7.0.4 1,870,864 3/14/2023
7.0.3 2,243,519 2/14/2023
7.0.2 2,335,926 1/10/2023
7.0.1 7,302,911 12/13/2022
7.0.0 2,351,346 11/7/2022
7.0.0-rc.2.22476.2 9,193 10/11/2022
7.0.0-rc.1.22427.2 9,150 9/14/2022
7.0.0-preview.7.22376.6 18,091 8/9/2022
7.0.0-preview.6.22330.3 5,142 7/12/2022
7.0.0-preview.5.22303.8 9,940 6/14/2022
7.0.0-preview.4.22251.1 6,653 5/10/2022
7.0.0-preview.3.22178.4 3,692 4/13/2022
7.0.0-preview.2.22153.2 3,171 3/14/2022
7.0.0-preview.1.22109.13 1,181 2/17/2022
6.0.36 1,218,062 11/12/2024
6.0.35 197,457 10/8/2024
6.0.33 282,696 8/13/2024
6.0.32 419,790 7/9/2024
6.0.31 414,983 5/28/2024
6.0.30 155,699 5/14/2024
6.0.29 474,477 4/9/2024
6.0.28 447,076 3/12/2024
6.0.27 678,433 2/13/2024
6.0.26 844,078 1/9/2024
6.0.25 1,531,417 11/14/2023
6.0.24 777,626 10/24/2023
6.0.23 749,656 10/10/2023
6.0.22 1,242,626 9/12/2023
6.0.21 1,635,518 8/8/2023
6.0.20 1,378,617 7/11/2023
6.0.19 727,809 6/22/2023
6.0.18 331,706 6/13/2023
6.0.16 3,079,211 4/11/2023
6.0.15 1,850,950 3/14/2023
6.0.14 3,554,548 2/14/2023
6.0.13 2,549,506 1/10/2023
6.0.12 1,783,646 12/13/2022
6.0.11 2,634,549 11/7/2022
6.0.10 11,547,446 10/11/2022
6.0.9 11,347,007 9/13/2022
6.0.8 10,487,633 8/9/2022
6.0.7 29,105,901 7/12/2022
6.0.6 3,746,034 6/14/2022
6.0.5 4,869,488 5/10/2022
6.0.4 16,600,504 4/11/2022
6.0.3 6,974,109 3/8/2022
6.0.2 38,994,723 2/8/2022
6.0.1 25,479,391 12/14/2021
6.0.0 54,275,133 11/8/2021
6.0.0-rc.2.21480.10 845,692 10/12/2021
6.0.0-rc.1.21452.15 22,927 9/14/2021
6.0.0-preview.7.21378.6 108,613 8/10/2021
6.0.0-preview.6.21355.2 4,297 7/14/2021
6.0.0-preview.5.21301.17 19,024 6/15/2021
6.0.0-preview.4.21253.5 3,023 5/24/2021
6.0.0-preview.3.21201.13 8,049 4/8/2021
6.0.0-preview.2.21154.6 5,076 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 13,403 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 1,189,904 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 251,976 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 224,410 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 196,349 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 1,447,509 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 706,747 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 2,082,532 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 2,946,994 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 1,771,883 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 1,644,917 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 2,664,661 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 1,780,308 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 2,159,638 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 1,637,298 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 1,725,342 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,823,977 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 24,366,401 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 3,671,031 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 7,390 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,970 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,880 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 9,494 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,631 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 2,034 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,350 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 4,637 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,829 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,716 3/16/2020 5.0.0-preview.1.20120.4 is deprecated because it is no longer maintained.
3.1.32 845,799 12/13/2022
3.1.31 86,931 11/8/2022
3.1.30 73,996 10/11/2022
3.1.29 115,756 9/13/2022
3.1.28 109,462 8/9/2022
3.1.27 165,710 7/12/2022
3.1.26 132,077 6/14/2022
3.1.25 132,533 5/10/2022
3.1.24 144,541 4/11/2022
3.1.23 321,473 3/8/2022
3.1.22 1,217,283 12/14/2021
3.1.21 570,133 11/7/2021
3.1.20 338,861 10/11/2021
3.1.19 314,409 9/14/2021
3.1.18 28,482,754 8/10/2021
3.1.17 546,084 7/13/2021
3.1.16 585,287 6/8/2021
3.1.15 610,157 5/11/2021
3.1.14 2,106,490 4/6/2021
3.1.13 512,020 3/9/2021
3.1.12 1,161,200 2/9/2021
3.1.11 7,772,904 1/12/2021
3.1.10 3,661,453 11/9/2020
3.1.9 3,657,437 10/13/2020
3.1.8 3,162,332 9/8/2020
3.1.7 1,686,163 8/11/2020
3.1.6 1,999,429 7/14/2020
3.1.5 10,928,253 6/9/2020
3.1.4 1,680,409 5/12/2020
3.1.3 28,133,623 3/24/2020
3.1.2 1,979,544 2/18/2020
3.1.1 1,780,162 1/14/2020
3.1.0 4,916,621 12/3/2019
3.1.0-preview3.19553.2 3,754 11/13/2019 3.1.0-preview3.19553.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19525.4 1,261 11/1/2019 3.1.0-preview2.19525.4 is deprecated because it is no longer maintained.
3.1.0-preview1.19506.1 3,350 10/15/2019 3.1.0-preview1.19506.1 is deprecated because it is no longer maintained.
3.0.3 61,121 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 16,484 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.1 140,886 11/18/2019 3.0.1 is deprecated because it is no longer maintained.
3.0.0 10,609,573 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19456.10 7,210 9/16/2019 3.0.0-rc1.19456.10 is deprecated because it is no longer maintained.
3.0.0-preview9.19423.4 3,862 9/4/2019 3.0.0-preview9.19423.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.4 25,899 8/13/2019 3.0.0-preview8.19405.4 is deprecated because it is no longer maintained.
3.0.0-preview7.19362.4 3,634 7/23/2019 3.0.0-preview7.19362.4 is deprecated because it is no longer maintained.
3.0.0-preview6.19304.6 17,008 6/12/2019 3.0.0-preview6.19304.6 is deprecated because it is no longer maintained.
3.0.0-preview5.19227.9 100,500 5/6/2019 3.0.0-preview5.19227.9 is deprecated because it is no longer maintained.
3.0.0-preview4.19216.2 1,547 4/18/2019 3.0.0-preview4.19216.2 is deprecated because it is no longer maintained.
3.0.0-preview3.19153.1 1,184 3/6/2019 3.0.0-preview3.19153.1 is deprecated because it is no longer maintained.
3.0.0-preview.19074.2 1,070 1/29/2019 3.0.0-preview.19074.2 is deprecated because it is no longer maintained.
3.0.0-preview.18572.1 1,071 12/4/2018 3.0.0-preview.18572.1 is deprecated because it is no longer maintained.
2.2.0 66,181,230 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 97,249 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 43,446 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 15,481 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.