C# Class Microsoft.DotNet.Watcher.Tools.FunctionalTests.ProjectToolScenario

Inheritance: IDisposable
Exibir arquivo Open project: aspnet/dotnet-watch Class Usage Examples

Public Methods

Method Description
AddNugetFeed ( string feedName, string feed ) : void
AddProject ( string projectFolder ) : void
AddToolToProject ( string projectName, string toolName ) : void
Dispose ( ) : void
ExecuteDotnet ( string arguments, string workDir, string>.IDictionary environmentVariables = null ) : Process
ProjectToolScenario ( ) : System

Private Methods

Method Description
Path ( FindNugetConfig ( ) : Path.Combine(
ToString ( ) : Guid.NewGuid().System

Method Details

AddNugetFeed() public method

public AddNugetFeed ( string feedName, string feed ) : void
feedName string
feed string
return void

AddProject() public method

public AddProject ( string projectFolder ) : void
projectFolder string
return void

AddToolToProject() public method

public AddToolToProject ( string projectName, string toolName ) : void
projectName string
toolName string
return void

Dispose() public method

public Dispose ( ) : void
return void

ExecuteDotnet() public method

public ExecuteDotnet ( string arguments, string workDir, string>.IDictionary environmentVariables = null ) : Process
arguments string
workDir string
environmentVariables string>.IDictionary
return System.Diagnostics.Process

ProjectToolScenario() public method

public ProjectToolScenario ( ) : System
return System