Provides an implementation of an ASP.NET Core health check that runs a given query against a resolved Entity Framework 6 db context.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 2020.8.3.2 |
Author(s): | FoxGuard Solutions |
Last Update: | Monday, August 3, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/FGS.Extensions.Diagnostics.HealthChecks.EntityFramework |
Install
Install-Package FGS.Extensions.Diagnostics.HealthChecks.EntityFramework
dotnet add package FGS.Extensions.Diagnostics.HealthChecks.EntityFramework
paket add FGS.Extensions.Diagnostics.HealthChecks.EntityFramework
FGS.Extensions.Diagnostics.HealthChecks.EntityFramework Download (Unzip the "nupkg" after downloading)
Dependencies
net472
- EntityFramework(>= 6.2.0 && < 7.0.0)
- Microsoft.AspNetCore.Diagnostics.HealthChecks(>= 2.2.0 && < 3.0.0)
- EntityFramework(>= 6.3.0 && < 7.0.0)
Tags