Cake.EntityFramework

A set of Cake aliases for Entity Framework code first migrations.

#addin nuget:?package=Cake.EntityFramework&version=0.3.0

dotnet add package Cake.EntityFramework --version 0.3.0

<PackageReference Include="Cake.EntityFramework" Version="0.3.0" />

Aliases

A set of Cake aliases for Entity Framework (not .NET Core) code-first migrations.

General

CreateEfMigrator(EfMigratorSettings) Creates a new EfMigrator for use in EF6 code-first migrations.