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