Base:
method
Execute
Microsoft.DotNet.Cli.CommandBase.Execute()
19 references to Execute
dotnet (1)
Commands\Tool\Update\ToolUpdateCommand.cs (1)
113
return _toolUpdateGlobalOrToolPathCommand.
Execute
();
dotnet.Tests (18)
CommandTests\Tool\Update\ToolUpdateGlobalOrToolPathCommandTests.cs (18)
121
command.
Execute
().Should().Be(0);
131
Action a = () => command.
Execute
();
143
command.
Execute
();
157
command.
Execute
();
169
CreateUpdateCommand($"--all -g -v:d").
Execute
();
210
command.
Execute
();
225
command.
Execute
();
240
command.
Execute
().Should().Be(0);
255
Action a = () => command.
Execute
();
270
command.
Execute
();
285
command.
Execute
();
300
command.
Execute
();
315
Action a = () => command.
Execute
();
335
command.
Execute
();
350
command.
Execute
();
378
Action a = () => command.
Execute
();
405
Action a = () => command.
Execute
();
436
command.
Execute
();