Base:
method
Execute
Microsoft.DotNet.Cli.CommandBase.Execute()
8 references to Execute
dotnet (1)
Commands\Tool\Install\ToolInstallCommandParser.cs (1)
101command.SetAction((parseResult) => new ToolInstallCommand(parseResult).Execute());
dotnet.Tests (7)
CommandTests\Tool\Install\ToolInstallCommandTests.cs (5)
28Action a = () => toolInstallCommand.Execute(); 72Action a = () => toolInstallCommand.Execute(); 89Action a = () => toolInstallCommand.Execute(); 107Action a = () => toolInstallCommand.Execute(); 125Action a = () => toolInstallCommand.Execute();
CommandTests\Tool\Install\ToolInstallGlobalOrToolPathCommandTests.cs (1)
171toolInstallCommand.Execute().Should().Be(0);
CommandTests\Tool\Install\ToolInstallLocalCommandTests.cs (1)
250toolInstallCommand.Execute().Should().Be(0);