Summary
Support for adding migrations using .NET Core cli tooling
- Namespace
- Cake
.DotNetCoreEf .Migration - Base Types
graph BT
Type-->Base0["DotNetCoreEfTool<DotNetCoreEfMigrationAddSettings>"]
Base0-->Base1["DotNetCoreTool<DotNetCoreEfMigrationAddSettings>"]
Type["DotNetCoreEfMigrationAdder"]
class Type type-node
Syntax
public class DotNetCoreEfMigrationAdder : DotNetCoreEfTool<DotNetCoreEfMigrationAddSettings>
Constructors
| Name | Summary |
|---|---|
| Dot |
Initializes a new instance of the DotNetCoreEfMigrationAdder.
|
Methods
| Name | Value | Summary |
|---|---|---|
| Add |
void |
Add a migration for the project using the specified path with arguments and settings.
|