Base:
method
Execute
Microsoft.DotNet.Cli.CommandBase.Execute()
6 references to Execute
dotnet (1)
Commands\Tool\Uninstall\ToolUninstallCommand.cs (1)
35return _toolUninstallGlobalOrToolPathCommand.Execute();
dotnet.Tests (5)
CommandTests\Tool\Install\ToolInstallGlobalOrToolPathCommandTests.cs (1)
659toolUninstallCommand.Execute().Should().Be(0);
CommandTests\Tool\Uninstall\ToolUninstallGlobalOrToolPathCommandTests.cs (4)
48Action a = () => command.Execute(); 84CreateUninstallCommand($"-g {PackageId}").Execute().Should().Be(0); 197.Execute(); 219Action a = () => uninstallCommand.Execute();