Summary
Add a migration for the project using the specified path with arguments and settings.
- Namespace
- Cake
.DotNetCoreEf .Migration - Containing Type
- Dot
Net Core Ef Migration Adder
Syntax
public void Add(string project, ProcessArgumentBuilder arguments, DotNetCoreEfMigrationAddSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| project | string | The target project path. |
| arguments | Process |
The arguments. |
| settings | Dot |
The settings. |
Return Value
| Type | Description |
|---|---|
| void |