Base:
method
Execute
Microsoft.DotNet.Cli.CommandBase.Execute()
11 references to Execute
dotnet (1)
Commands\Tool\Update\ToolUpdateCommandParser.cs (1)
35command.SetAction((parseResult) => new ToolUpdateCommand(parseResult).Execute());
dotnet.Tests (10)
CommandTests\Tool\Update\ToolUpdateCommandTests.cs (7)
30Action a = () => toolUpdateCommand.Execute(); 46Action a = () => toolUpdateCommand.Execute(); 63Action a = () => toolUpdateCommand.Execute(); 79Action a = () => toolUpdateCommand.Execute(); 95Action a = () => toolUpdateCommand.Execute(); 111Action a = () => toolUpdateCommand.Execute(); 126Action a = () => toolUpdateCommand.Execute();
CommandTests\Tool\Update\ToolUpdateGlobalOrToolPathCommandTests.cs (1)
196toolUpdateCommand.Execute();
CommandTests\Tool\Update\ToolUpdateLocalCommandTests.cs (2)
207toolUpdateCommand.Execute().Should().Be(0); 290toolUpdateCommand.Execute().Should().Be(0);