DotNetCoreEfMigrationLister Class

Summary

Support for script migrations using .NET Core cli tooling
graph BT Type-->Base0["DotNetCoreEfTool<DotNetCoreEfMigrationListerSettings>"] Base0-->Base1["DotNetCoreTool<DotNetCoreEfMigrationListerSettings>"] Type["DotNetCoreEfMigrationLister"] class Type type-node

Syntax

public class DotNetCoreEfMigrationLister : DotNetCoreEfTool<DotNetCoreEfMigrationListerSettings>

Constructors

Name Summary
DotNetCoreEfMigrationLister(IFileSystem, ICakeEnvironment, IProcessRunner, IToolLocator) Initializes a new instance of the DotNetCoreEfMigrationScriptLister.

Methods

Name Value Summary
Script(string, ProcessArgumentBuilder, DotNetCoreEfMigrationListerSettings) string
Script migrations for the project using the specified path with arguments and settings.