Cake.EntityFramework6

Cake.EntityFramework6 is a set of Cake aliases for Entity Framework 6.3 or above (not .NET Core) code-first migration using the ef6.exe command line interface (cli).

#addin nuget:?package=Cake.EntityFramework6&version=1.0.1

dotnet add package Cake.EntityFramework6 --version 1.0.1

<PackageReference Include="Cake.EntityFramework6" Version="1.0.1" />

Aliases

Entity Framework 6 (ef6.exe) Database Update aliases

Database

Ef6DatabaseUpdate(Action<Ef6DatabaseUpdateSettings>) Applies any pending migrations to the database using the ef6.exe migration tool.
Ef6DatabaseUpdate(Ef6DatabaseUpdateSettings) Applies any pending migrations to the database using the ef6.exe migration tool.