FluentMigratorToolResolver.

FluentMigratorToolResolver(IFileSystem, ICakeEnvironment, IToolLocator) Constructor

Summary

Initializes a new instance of the FluentMigratorToolResolver class.

Syntax

public FluentMigratorToolResolver(IFileSystem fileSystem, ICakeEnvironment environment, IToolLocator toolLocator)

Parameters

Name Type Description
fileSystem IFileSystem The file system.
environment ICakeEnvironment The environment.
toolLocator IToolLocator The tool locator.

Return Value

Type Description
void