Add a validation that all Entity Framework migrations have been executed, for a given DbContext, to a webapi healtchchecks collection.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 8.0.0 |
Author(s): | Younited Credit |
Last Update: | Friday, November 24, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/YounitedCredit/Younited.HealthCheck.EntityFrameworkMigrations |
NuGet Url: | https://www.nuget.org/packages/Younited.HealthCheck.EntityFrameworkMigrations |
Install
Install-Package Younited.HealthCheck.EntityFrameworkMigrations
dotnet add package Younited.HealthCheck.EntityFrameworkMigrations
paket add Younited.HealthCheck.EntityFrameworkMigrations
Younited.HealthCheck.EntityFrameworkMigrations Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 5.0.2)
- Microsoft.EntityFrameworkCore.Relational(>= 5.0.2)
- Microsoft.Extensions.Diagnostics.HealthChecks(>= 5.0.2)
Tags