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
Script migrations for the project using the specified path with arguments and settings.
- Assembly
- Cake
.DotNetCoreEf .dll - Namespace
- Cake
.DotNetCoreEf .Migration - Containing Type
- Dot
Net Core Ef Migration Scripter
Syntax
public void Script(string project, ProcessArgumentBuilder arguments, DotNetCoreEfMigrationScriptSettings settings)
Parameters
Name | Type | Description |
---|---|---|
project | string | The target project path. |
arguments | Process |
The arguments. |
settings | Dot |
The settings. |
Return Value
Type | Description |
---|---|
void |