Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions 10.0.0-preview.1.25120.3

Prefix Reserved
This is a prerelease version of Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions --version 10.0.0-preview.1.25120.3
                    
NuGet\Install-Package Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions -Version 10.0.0-preview.1.25120.3
                    
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-preview.1.25120.3" />
                    
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-preview.1.25120.3" />
                    
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-preview.1.25120.3
                    
#r "nuget: Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions, 10.0.0-preview.1.25120.3"
                    
#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.
#addin nuget:?package=Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions&version=10.0.0-preview.1.25120.3&prerelease
                    
Install Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions as a Cake Addin
#tool nuget:?package=Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions&version=10.0.0-preview.1.25120.3&prerelease
                    
Install Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions 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/aspnetcore/tree/b225d30209cf027c80b741d04efe1c54f2431b3c

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. 
.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 (182)

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/aspnetcore/tree/de35e2b0a0d8d5d1e307907983a6838da1092898

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/aspnetcore/tree/de35e2b0a0d8d5d1e307907983a6838da1092898

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
AppMetrics/AppMetrics
App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application.
BrighterCommand/Brighter
A framework for building messaging apps with .NET and C#.
dotnet-architecture/eShopOnDapr
A sample .NET distributed application based on eShopOnContainers, powered by Dapr.
SteeltoeOSS/Steeltoe
.NET Components for Externalized Configuration, Database Connectors, Service Discovery, Logging and Distributed Tracing, Application Management, Security, and more.
riganti/dotvvm
Open source MVVM framework for Web Apps
SparkDevNetwork/Rock
An open source CMS, Relationship Management System (RMS) and Church Management System (ChMS) all rolled into one.
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
Doxense/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.
Version Downloads Last updated
10.0.0-preview.3.25172.1 507 15 days ago
10.0.0-preview.2.25164.1 2,066 a month ago
10.0.0-preview.1.25120.3 2,090 2 months ago
9.0.4 278,222 17 days ago
9.0.3 787,921 a month ago
9.0.2 1,503,096 2 months ago
9.0.1 1,261,920 3 months ago
9.0.0 4,868,022 5 months ago
9.0.0-rc.2.24474.3 24,626 7 months ago
9.0.0-rc.1.24452.1 13,662 7 months ago
9.0.0-preview.7.24406.2 8,062 8 months ago
9.0.0-preview.6.24328.4 6,271 10 months ago
9.0.0-preview.5.24306.11 4,261 6/11/2024
9.0.0-preview.4.24267.6 13,678 5/21/2024
9.0.0-preview.3.24172.13 80,089 4/11/2024
9.0.0-preview.2.24128.4 7,771 3/12/2024
9.0.0-preview.1.24081.5 22,838 2/13/2024
8.0.15 154,057 17 days ago
8.0.14 425,276 a month ago
8.0.13 586,690 2 months ago
8.0.12 1,378,805 3 months ago
8.0.11 7,796,679 5 months ago
8.0.10 5,560,953 7 months ago
8.0.8 6,575,936 8 months ago
8.0.7 4,477,514 10 months ago
8.0.6 5,051,112 5/28/2024
8.0.5 2,039,889 5/14/2024
8.0.4 4,872,316 4/9/2024
8.0.3 3,133,282 3/12/2024
8.0.2 3,837,606 2/13/2024
8.0.1 4,536,603 1/9/2024
8.0.0 59,653,653 11/14/2023
8.0.0-rc.2.23480.2 34,319 10/10/2023
8.0.0-rc.1.23421.29 23,053 9/12/2023
8.0.0-preview.7.23375.9 25,183 8/8/2023
8.0.0-preview.6.23329.11 11,610 7/11/2023
8.0.0-preview.5.23302.2 28,218 6/13/2023
8.0.0-preview.4.23260.4 18,775 5/16/2023
8.0.0-preview.3.23177.8 7,954 4/11/2023
8.0.0-preview.2.23153.2 8,733 3/14/2023
8.0.0-preview.1.23112.2 52,921 2/21/2023
7.0.20 317,546 5/28/2024
7.0.19 34,131 5/14/2024
7.0.18 173,665 4/9/2024
7.0.17 319,466 3/12/2024
7.0.16 335,046 2/13/2024
7.0.15 466,325 1/9/2024
7.0.14 883,156 11/14/2023
7.0.13 1,412,276 10/24/2023
7.0.12 1,115,022 10/10/2023
7.0.11 1,622,171 9/12/2023
7.0.10 1,850,221 8/8/2023
7.0.9 15,878,480 7/11/2023
7.0.8 1,307,097 6/22/2023
7.0.7 610,641 6/13/2023
7.0.5 4,218,993 4/11/2023
7.0.4 1,774,776 3/14/2023
7.0.3 2,114,902 2/14/2023
7.0.2 2,211,970 1/10/2023
7.0.1 6,632,571 12/13/2022
7.0.0 2,146,772 11/7/2022
7.0.0-rc.2.22476.2 8,921 10/11/2022
7.0.0-rc.1.22427.2 9,048 9/14/2022
7.0.0-preview.7.22376.6 11,458 8/9/2022
7.0.0-preview.6.22330.3 3,995 7/12/2022
7.0.0-preview.5.22303.8 9,709 6/14/2022
7.0.0-preview.4.22251.1 6,535 5/10/2022
7.0.0-preview.3.22178.4 3,539 4/13/2022
7.0.0-preview.2.22153.2 3,042 3/14/2022
7.0.0-preview.1.22109.13 1,063 2/17/2022
6.0.36 226,040 5 months ago
6.0.35 156,116 7 months ago
6.0.33 231,576 8 months ago
6.0.32 354,955 10 months ago
6.0.31 354,004 5/28/2024
6.0.30 134,019 5/14/2024
6.0.29 424,863 4/9/2024
6.0.28 377,859 3/12/2024
6.0.27 608,426 2/13/2024
6.0.26 790,948 1/9/2024
6.0.25 1,387,308 11/14/2023
6.0.24 698,951 10/24/2023
6.0.23 688,038 10/10/2023
6.0.22 1,154,476 9/12/2023
6.0.21 1,522,197 8/8/2023
6.0.20 1,272,168 7/11/2023
6.0.19 669,471 6/22/2023
6.0.18 310,752 6/13/2023
6.0.16 2,936,092 4/11/2023
6.0.15 1,698,113 3/14/2023
6.0.14 3,188,020 2/14/2023
6.0.13 2,444,848 1/10/2023
6.0.12 1,685,233 12/13/2022
6.0.11 2,528,077 11/7/2022
6.0.10 10,899,815 10/11/2022
6.0.9 9,403,766 9/13/2022
6.0.8 9,813,250 8/9/2022
6.0.7 27,576,738 7/12/2022
6.0.6 3,621,628 6/14/2022
6.0.5 4,693,483 5/10/2022
6.0.4 15,701,680 4/11/2022
6.0.3 6,698,538 3/8/2022
6.0.2 36,866,588 2/8/2022
6.0.1 23,249,130 12/14/2021
6.0.0 50,405,432 11/8/2021
6.0.0-rc.2.21480.10 815,547 10/12/2021
6.0.0-rc.1.21452.15 22,723 9/14/2021
6.0.0-preview.7.21378.6 108,294 8/10/2021
6.0.0-preview.6.21355.2 4,167 7/14/2021
6.0.0-preview.5.21301.17 18,907 6/15/2021
6.0.0-preview.4.21253.5 2,844 5/24/2021
6.0.0-preview.3.21201.13 7,929 4/8/2021
6.0.0-preview.2.21154.6 4,868 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,214 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 1,112,857 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 242,939 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 220,330 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 192,697 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 1,318,537 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 689,840 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 2,036,659 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 2,703,740 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 1,734,096 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 1,572,480 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 2,637,081 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 1,732,941 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 2,103,963 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 1,585,002 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 1,686,368 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,770,082 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 23,526,928 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 3,250,349 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 7,137 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,769 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,538 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 8,816 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,459 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,793 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,168 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,201 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,652 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,537 3/16/2020 5.0.0-preview.1.20120.4 is deprecated because it is no longer maintained.
3.1.32 725,990 12/13/2022
3.1.31 75,683 11/8/2022
3.1.30 67,793 10/11/2022
3.1.29 109,400 9/13/2022
3.1.28 105,845 8/9/2022
3.1.27 162,486 7/12/2022
3.1.26 126,383 6/14/2022
3.1.25 127,176 5/10/2022
3.1.24 141,738 4/11/2022
3.1.23 312,122 3/8/2022
3.1.22 1,112,055 12/14/2021
3.1.21 561,149 11/7/2021
3.1.20 316,982 10/11/2021
3.1.19 308,458 9/14/2021
3.1.18 26,451,880 8/10/2021
3.1.17 536,796 7/13/2021
3.1.16 570,492 6/8/2021
3.1.15 604,369 5/11/2021
3.1.14 1,965,466 4/6/2021
3.1.13 503,425 3/9/2021
3.1.12 1,128,993 2/9/2021
3.1.11 7,549,083 1/12/2021
3.1.10 3,548,503 11/9/2020
3.1.9 3,479,859 10/13/2020
3.1.8 3,063,235 9/8/2020
3.1.7 1,622,898 8/11/2020
3.1.6 1,950,831 7/14/2020
3.1.5 10,109,959 6/9/2020
3.1.4 1,659,611 5/12/2020
3.1.3 27,460,723 3/24/2020
3.1.2 1,945,542 2/18/2020
3.1.1 1,725,990 1/14/2020
3.1.0 4,602,939 12/3/2019
3.1.0-preview3.19553.2 3,580 11/13/2019 3.1.0-preview3.19553.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19525.4 1,089 11/1/2019 3.1.0-preview2.19525.4 is deprecated because it is no longer maintained.
3.1.0-preview1.19506.1 3,165 10/15/2019 3.1.0-preview1.19506.1 is deprecated because it is no longer maintained.
3.0.3 57,621 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 14,337 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.1 137,943 11/18/2019 3.0.1 is deprecated because it is no longer maintained.
3.0.0 10,171,958 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19456.10 7,035 9/16/2019 3.0.0-rc1.19456.10 is deprecated because it is no longer maintained.
3.0.0-preview9.19423.4 3,690 9/4/2019 3.0.0-preview9.19423.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.4 25,720 8/13/2019 3.0.0-preview8.19405.4 is deprecated because it is no longer maintained.
3.0.0-preview7.19362.4 3,387 7/23/2019 3.0.0-preview7.19362.4 is deprecated because it is no longer maintained.
3.0.0-preview6.19304.6 16,831 6/12/2019 3.0.0-preview6.19304.6 is deprecated because it is no longer maintained.
3.0.0-preview5.19227.9 100,327 5/6/2019 3.0.0-preview5.19227.9 is deprecated because it is no longer maintained.
3.0.0-preview4.19216.2 1,368 4/18/2019 3.0.0-preview4.19216.2 is deprecated because it is no longer maintained.
3.0.0-preview3.19153.1 1,013 3/6/2019 3.0.0-preview3.19153.1 is deprecated because it is no longer maintained.
3.0.0-preview.19074.2 896 1/29/2019 3.0.0-preview.19074.2 is deprecated because it is no longer maintained.
3.0.0-preview.18572.1 898 12/4/2018 3.0.0-preview.18572.1 is deprecated because it is no longer maintained.
2.2.0 61,607,691 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 96,808 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 42,928 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 14,193 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.