FluentMigratorToolResolver Class

Summary

Contains FluentMigrator resolver functionality
Assembly
Cake.FluentMigrator.dll
Namespace
Cake.FluentMigrator
Interfaces
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["IFluentMigratorToolResolver"] click Interface0 "/api/Cake.FluentMigrator/IFluentMigratorToolResolver" Type["FluentMigratorToolResolver"] class Type type-node

Syntax

public class FluentMigratorToolResolver : IFluentMigratorToolResolver

Constructors

Methods

Name Value Summary
ResolvePath() FilePath
Resolves the path to Migrate.exe.

Extension Methods

Name Value Summary
Dump<FluentMigratorToolResolver>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<FluentMigratorToolResolver>(FluentMigratorToolResolver[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<FluentMigratorToolResolver>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<FluentMigratorToolResolver>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<FluentMigratorToolResolver>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<FluentMigratorToolResolver>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin