Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore
10.0.0-preview.3.25172.1
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore --version 10.0.0-preview.3.25172.1
NuGet\Install-Package Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore -Version 10.0.0-preview.3.25172.1
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="10.0.0-preview.3.25172.1" />
<PackageVersion Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="10.0.0-preview.3.25172.1" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" />
paket add Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore --version 10.0.0-preview.3.25172.1
#r "nuget: Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore, 10.0.0-preview.3.25172.1"
#addin nuget:?package=Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore&version=10.0.0-preview.3.25172.1&prerelease
#tool nuget:?package=Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore&version=10.0.0-preview.3.25172.1&prerelease
About
Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore
provides components for performing health checks using Entity Framework Core (EF Core).
How to Use
To use Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore
, follow these steps:
Installation
dotnet add package Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore
Configuration
To add a health check for an EF Core DbContext
, use the AddDbContextCheck
extension method to configure it with your app's service provider. Here's an example:
builder.Services.AddDbContext<SampleDbContext>(options =>
options.UseSqlServer(builder.Configuration.GetConnectionString("DefaultConnection")));
builder.Services.AddHealthChecks()
.AddDbContextCheck<SampleDbContext>();
Additional Documentation
For additional documentation and examples, refer to the official documentation on using the Entity Framework Core DbContext
probe.
Feedback & Contributing
Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore
is released as open-source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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. |
-
net10.0
- Microsoft.EntityFrameworkCore.Relational (>= 10.0.0-preview.3.25171.6)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 10.0.0-preview.3.25172.1)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (>= 10.0.0-preview.3.25172.1)
NuGet packages (98)
Showing the top 5 NuGet packages that depend on Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore:
Package | Downloads |
---|---|
Reo.Core.Database
Package Description |
|
Reo.Core.Testing
Package Description |
|
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL
A PostgreSQL® provider for Entity Framework Core that integrates with Aspire, including connection pooling, health checks, logging, and telemetry. |
|
Aspire.Microsoft.EntityFrameworkCore.SqlServer
A Microsoft SQL Server provider for Entity Framework Core that integrates with Aspire, including connection pooling, health check, logging, and telemetry. |
|
FenixAlliance.ACL.Dependencies
Application Component for the Alliance Business Suite. |
GitHub repositories (56)
Showing the top 20 popular GitHub repositories that depend on Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore:
Repository | Stars |
---|---|
jellyfin/jellyfin
The Free Software Media System - Server Backend & API
|
|
jasontaylordev/CleanArchitecture
Clean Architecture Solution Template for ASP.NET Core
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
jasontaylordev/NorthwindTraders
Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
|
|
dotnet/aspire
Tools, templates, and packages to accelerate building observable, production-ready apps
|
|
ivanpaulovich/clean-architecture-manga
:cyclone: Clean Architecture with .NET6, C#10 and React+Redux. Use cases as central organizing structure, completely testable, decoupled from frameworks
|
|
skoruba/IdentityServer4.Admin
The administration for the IdentityServer4 and Asp.Net Core Identity
|
|
vietnam-devs/coolstore-microservices
A full-stack .NET microservices build on Dapr and Tye
|
|
Squidex/squidex
Headless CMS and Content Managment Hub
|
|
featbit/featbit
Enterprise-grade feature flag platform that you can self-host. Get started - free.
|
|
fullstackproltd/AspNetCoreSpa
Asp.Net 7.0 & Angular 15 SPA Fullstack application with plenty of examples. Live demo:
|
|
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
|
|
Amitpnk/Onion-architecture-ASP.NET-Core
WhiteApp API solution template which is built on Onion Architecture with all essential feature using .NET 8!
|
|
mehdihadeli/food-delivery-microservices
🍔 A practical and imaginary food delivery microservices, built with .Net 9, MassTransit, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
|
|
markjprice/cs10dotnet6
Repository for the Packt Publishing book titled "C# 10 and .NET 6 - Modern Cross-Platform Development" by Mark J. Price
|
|
ntxinh/AspNetCore-DDD
Full ASP.NET Core 8.0 LTS application with DDD, CQRS and Event Sourcing
|
|
BehzadDara/SampleProject
|
|
Aguafrommars/TheIdServer
OpenID/Connect, OAuth2, WS-Federation and SAML 2.0 server based on Duende IdentityServer and ITFoxtec Identity SAML 2.0 with its admin UI
|
|
iayti/CleanArchitecture
ASP.NET Core 6 Web API Clean Architecture Solution Template
|
|
markjprice/cs12dotnet8
Repository for the Packt Publishing book titled "C# 12 and .NET 8 - Modern Cross-Platform Development Fundamentals" by Mark J. Price
|
Version | Downloads | Last updated | |
---|---|---|---|
10.0.0-preview.5.25277.114 | 190 | 6/6/2025 | |
10.0.0-preview.4.25258.110 | 516 | 5/12/2025 | |
10.0.0-preview.3.25172.1 | 437 | 4/10/2025 | |
10.0.0-preview.2.25164.1 | 366 | 3/18/2025 | |
10.0.0-preview.1.25120.3 | 455 | 2/25/2025 | |
9.0.6 | 47,729 | 6/10/2025 | |
9.0.5 | 293,847 | 5/13/2025 | |
9.0.4 | 648,831 | 4/8/2025 | |
9.0.3 | 441,520 | 3/11/2025 | |
9.0.2 | 587,860 | 2/11/2025 | |
9.0.1 | 434,008 | 1/14/2025 | |
9.0.0 | 693,123 | 11/12/2024 | |
9.0.0-rc.2.24474.3 | 17,857 | 10/8/2024 | |
9.0.0-rc.1.24452.1 | 4,827 | 9/10/2024 | |
9.0.0-preview.7.24406.2 | 510 | 8/13/2024 | |
9.0.0-preview.6.24328.4 | 1,152 | 7/9/2024 | |
9.0.0-preview.5.24306.11 | 420 | 6/11/2024 | |
9.0.0-preview.4.24267.6 | 328 | 5/21/2024 | |
9.0.0-preview.3.24172.13 | 73,355 | 4/11/2024 | |
9.0.0-preview.2.24128.4 | 1,233 | 3/12/2024 | |
9.0.0-preview.1.24081.5 | 20,897 | 2/13/2024 | |
8.0.17 | 31,059 | 6/10/2025 | |
8.0.16 | 130,968 | 5/13/2025 | |
8.0.15 | 321,247 | 4/8/2025 | |
8.0.14 | 518,263 | 3/11/2025 | |
8.0.13 | 384,551 | 2/11/2025 | |
8.0.12 | 573,245 | 1/14/2025 | |
8.0.11 | 2,196,860 | 11/12/2024 | |
8.0.10 | 2,130,046 | 10/8/2024 | |
8.0.8 | 2,467,606 | 8/13/2024 | |
8.0.7 | 1,678,578 | 7/9/2024 | |
8.0.6 | 1,681,505 | 5/28/2024 | |
8.0.5 | 626,429 | 5/14/2024 | |
8.0.4 | 1,982,910 | 4/9/2024 | |
8.0.3 | 1,161,714 | 3/12/2024 | |
8.0.2 | 1,296,620 | 2/13/2024 | |
8.0.1 | 1,432,653 | 1/9/2024 | |
8.0.0 | 2,314,467 | 11/14/2023 | |
8.0.0-rc.2.23480.2 | 17,271 | 10/10/2023 | |
8.0.0-rc.1.23421.29 | 13,038 | 9/12/2023 | |
8.0.0-preview.7.23375.9 | 18,062 | 8/8/2023 | |
8.0.0-preview.6.23329.11 | 6,792 | 7/11/2023 | |
8.0.0-preview.5.23302.2 | 3,443 | 6/13/2023 | |
8.0.0-preview.4.23260.4 | 775 | 5/16/2023 | |
8.0.0-preview.3.23177.8 | 2,469 | 4/11/2023 | |
8.0.0-preview.2.23153.2 | 497 | 3/14/2023 | |
8.0.0-preview.1.23112.2 | 51,144 | 2/21/2023 | |
7.0.20 | 160,150 | 5/28/2024 | |
7.0.19 | 15,573 | 5/14/2024 | |
7.0.18 | 72,818 | 4/9/2024 | |
7.0.17 | 275,274 | 3/12/2024 | |
7.0.16 | 208,106 | 2/13/2024 | |
7.0.15 | 231,022 | 1/9/2024 | |
7.0.14 | 534,441 | 11/14/2023 | |
7.0.13 | 416,192 | 10/24/2023 | |
7.0.12 | 342,131 | 10/10/2023 | |
7.0.11 | 587,388 | 9/12/2023 | |
7.0.10 | 512,954 | 8/8/2023 | |
7.0.9 | 476,456 | 7/11/2023 | |
7.0.8 | 611,733 | 6/22/2023 | |
7.0.7 | 209,706 | 6/13/2023 | |
7.0.5 | 1,490,508 | 4/11/2023 | |
7.0.4 | 489,544 | 3/14/2023 | |
7.0.3 | 699,515 | 2/14/2023 | |
7.0.2 | 691,984 | 1/10/2023 | |
7.0.1 | 246,000 | 12/13/2022 | |
7.0.0 | 388,114 | 11/7/2022 | |
7.0.0-rc.2.22476.2 | 4,425 | 10/11/2022 | |
7.0.0-rc.1.22427.2 | 2,773 | 9/14/2022 | |
7.0.0-preview.7.22376.6 | 2,870 | 8/9/2022 | |
7.0.0-preview.6.22330.3 | 1,239 | 7/12/2022 | |
7.0.0-preview.5.22303.8 | 851 | 6/14/2022 | |
7.0.0-preview.4.22251.1 | 4,313 | 5/10/2022 | |
7.0.0-preview.3.22178.4 | 2,559 | 4/13/2022 | |
7.0.0-preview.2.22153.2 | 427 | 3/14/2022 | |
7.0.0-preview.1.22109.13 | 528 | 2/17/2022 | |
6.0.36 | 118,204 | 11/12/2024 | |
6.0.35 | 88,657 | 10/8/2024 | |
6.0.33 | 118,153 | 8/13/2024 | |
6.0.32 | 127,930 | 7/9/2024 | |
6.0.31 | 111,884 | 5/28/2024 | |
6.0.30 | 49,464 | 5/14/2024 | |
6.0.29 | 195,242 | 4/9/2024 | |
6.0.28 | 126,058 | 3/12/2024 | |
6.0.27 | 284,141 | 2/13/2024 | |
6.0.26 | 350,458 | 1/9/2024 | |
6.0.25 | 576,400 | 11/14/2023 | |
6.0.24 | 264,460 | 10/24/2023 | |
6.0.23 | 163,445 | 10/10/2023 | |
6.0.22 | 436,292 | 9/12/2023 | |
6.0.21 | 456,163 | 8/8/2023 | |
6.0.20 | 375,911 | 7/11/2023 | |
6.0.19 | 262,345 | 6/22/2023 | |
6.0.18 | 149,193 | 6/13/2023 | |
6.0.16 | 1,044,833 | 4/11/2023 | |
6.0.15 | 667,464 | 3/14/2023 | |
6.0.14 | 526,494 | 2/14/2023 | |
6.0.13 | 844,599 | 1/10/2023 | |
6.0.12 | 779,018 | 12/13/2022 | |
6.0.11 | 919,373 | 11/7/2022 | |
6.0.10 | 1,902,460 | 10/11/2022 | |
6.0.9 | 1,288,806 | 9/13/2022 | |
6.0.8 | 1,552,098 | 8/9/2022 | |
6.0.7 | 1,631,081 | 7/12/2022 | |
6.0.6 | 1,446,691 | 6/14/2022 | |
6.0.5 | 1,857,874 | 5/10/2022 | |
6.0.4 | 908,248 | 4/11/2022 | |
6.0.3 | 1,609,155 | 3/8/2022 | |
6.0.2 | 846,825 | 2/8/2022 | |
6.0.1 | 1,657,663 | 12/14/2021 | |
6.0.0 | 1,586,706 | 11/8/2021 | |
6.0.0-rc.2.21480.10 | 11,168 | 10/12/2021 | |
6.0.0-rc.1.21452.15 | 5,461 | 9/14/2021 | |
6.0.0-preview.7.21378.6 | 10,872 | 8/10/2021 | |
6.0.0-preview.6.21355.2 | 1,448 | 7/14/2021 | |
6.0.0-preview.5.21301.17 | 17,086 | 6/15/2021 | |
6.0.0-preview.4.21253.5 | 976 | 5/24/2021 | |
6.0.0-preview.3.21201.13 | 1,217 | 4/8/2021 | |
6.0.0-preview.2.21154.6 | 916 | 3/11/2021 | |
6.0.0-preview.1.21103.6 | 1,244 | 2/12/2021 | |
5.0.17 | 503,918 | 5/10/2022 | |
5.0.16 | 182,753 | 4/11/2022 | |
5.0.15 | 107,878 | 3/8/2022 | |
5.0.14 | 74,261 | 2/8/2022 | |
5.0.13 | 224,961 | 12/14/2021 | |
5.0.12 | 323,977 | 11/7/2021 | |
5.0.11 | 780,428 | 10/12/2021 | |
5.0.10 | 536,578 | 9/14/2021 | |
5.0.9 | 588,575 | 8/10/2021 | |
5.0.8 | 379,244 | 7/13/2021 | |
5.0.7 | 806,746 | 6/8/2021 | |
5.0.6 | 638,054 | 5/11/2021 | |
5.0.5 | 850,572 | 4/6/2021 | |
5.0.4 | 344,797 | 3/9/2021 | |
5.0.3 | 416,820 | 2/9/2021 | |
5.0.2 | 530,296 | 1/12/2021 | |
5.0.1 | 524,083 | 12/8/2020 | |
5.0.0 | 549,845 | 11/9/2020 | |
5.0.0-rc.2.20475.17 | 4,908 | 10/13/2020 | |
5.0.0-rc.1.20451.17 | 4,099 | 9/14/2020 | |
5.0.0-preview.8.20414.8 | 3,045 | 8/25/2020 | |
5.0.0-preview.7.20365.19 | 1,405 | 7/21/2020 | |
5.0.0-preview.6.20312.15 | 873 | 6/25/2020 | |
5.0.0-preview.5.20279.2 | 1,448 | 6/10/2020 | |
5.0.0-preview.4.20257.10 | 987 | 5/18/2020 | |
5.0.0-preview.3.20215.14 | 911 | 4/23/2020 | |
5.0.0-preview.2.20167.3 | 1,081 | 4/2/2020 | |
5.0.0-preview.1.20124.5 | 3,896 | 3/16/2020 | |
3.1.32 | 151,980 | 12/13/2022 | |
3.1.31 | 9,031 | 11/8/2022 | |
3.1.30 | 17,792 | 10/11/2022 | |
3.1.29 | 14,673 | 9/13/2022 | |
3.1.28 | 18,364 | 8/9/2022 | |
3.1.27 | 46,854 | 7/12/2022 | |
3.1.26 | 30,090 | 6/14/2022 | |
3.1.25 | 34,906 | 5/10/2022 | |
3.1.24 | 48,618 | 4/11/2022 | |
3.1.23 | 81,041 | 3/8/2022 | |
3.1.22 | 201,931 | 12/14/2021 | |
3.1.21 | 85,967 | 11/7/2021 | |
3.1.20 | 45,030 | 10/11/2021 | |
3.1.19 | 80,373 | 9/14/2021 | |
3.1.18 | 151,103 | 8/10/2021 | |
3.1.17 | 166,970 | 7/13/2021 | |
3.1.16 | 218,095 | 6/8/2021 | |
3.1.15 | 120,355 | 5/11/2021 | |
3.1.14 | 70,709 | 4/6/2021 | |
3.1.13 | 129,965 | 3/9/2021 | |
3.1.12 | 247,898 | 2/9/2021 | |
3.1.11 | 158,094 | 1/12/2021 | |
3.1.10 | 527,042 | 11/9/2020 | |
3.1.9 | 868,531 | 10/13/2020 | |
3.1.8 | 858,528 | 9/8/2020 | |
3.1.7 | 494,848 | 8/11/2020 | |
3.1.6 | 469,488 | 7/14/2020 | |
3.1.5 | 525,715 | 6/9/2020 | |
3.1.4 | 552,272 | 5/12/2020 | |
3.1.3 | 760,125 | 3/24/2020 | |
3.1.2 | 631,169 | 2/18/2020 | |
3.1.1 | 602,679 | 1/14/2020 | |
3.1.0 | 714,765 | 12/3/2019 | |
3.1.0-preview3.19555.2 | 2,480 | 11/13/2019 | |
3.1.0-preview2.19528.8 | 639 | 11/1/2019 | |
3.1.0-preview1.19508.20 | 843 | 10/15/2019 | |
3.0.3 | 10,210 | 2/18/2020 | |
3.0.2 | 5,522 | 1/14/2020 | |
3.0.0 | 277,026 | 9/23/2019 | |
3.0.0-rc1.19457.4 | 1,484 | 9/16/2019 | |
3.0.0-preview9.19424.4 | 1,515 | 9/4/2019 | |
3.0.0-preview8.19405.7 | 19,819 | 8/13/2019 | |
3.0.0-preview7.19365.7 | 1,309 | 7/23/2019 | |
3.0.0-preview6.19307.2 | 1,232 | 6/12/2019 | |
3.0.0-preview5-19227-01 | 97,020 | 5/6/2019 | |
3.0.0-preview4-19216-03 | 1,211 | 4/18/2019 | |
3.0.0-preview3-19153-02 | 697 | 3/6/2019 | |
3.0.0-preview-19075-0444 | 690 | 1/29/2019 | |
3.0.0-preview-18579-0056 | 689 | 12/3/2018 | |
2.2.0 | 2,993,385 | 12/3/2018 | |
2.2.0-preview3-35497 | 3,778 | 10/17/2018 |