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