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