Cake.EntityFrameworkCore is a set of Cake aliases for working with Entity Framework Core Migrations from an assembly instead of project source files.
#addin nuget:?package=Cake.EntityFrameworkCore&version=4.0.0
dotnet add package Cake.EntityFrameworkCore --version 4.0.0
<PackageReference Include="Cake.EntityFrameworkCore" Version="4.0.0" />
Aliases
Entity Framework Core (ef.dll) Database Update aliases
Database
EfCoreDatabaseUpdate |
Applies any pending migrations to the database using the ef.dll migration tool. |
EfCoreDatabaseUpdate |
Applies any pending migrations to the database using the ef.dll migration tool. |