This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.DotNetCoreEf.
Summary
Add a migration for the context.
Syntax
public static void DotNetCoreEfMigrationAdd(this ICakeContext context, string project)
Examples
DotNetCoreEfMigrationAdd("./src/Project");
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
| CakeAliasCategoryAttribute |
|
| CakeNamespaceImportAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
The context. |
| project |
string |
The project path. |
Return Value