Base:
method
Execute
Microsoft.DotNet.Cli.CommandBase.Execute()
7 references to Execute
dotnet (1)
Commands\Tool\Uninstall\ToolUninstallCommandParser.cs (1)
48
command.SetAction((parseResult) => new ToolUninstallCommand(parseResult).
Execute
());
dotnet.Tests (6)
CommandTests\Tool\Uninstall\ToolUninstallCommandTests.cs (4)
31
Action a = () => toolUninstallCommand.
Execute
();
46
Action a = () => toolUninstallCommand.
Execute
();
61
Action a = () => toolUninstallCommand.
Execute
();
75
Action a = () => toolUninstallCommand.
Execute
();
CommandTests\Tool\Uninstall\ToolUninstallGlobalOrToolPathCommandTests.cs (1)
154
uninstallCommand.
Execute
().Should().Be(0);
CommandTests\Tool\Uninstall\ToolUninstallLocalCommandTests.cs (1)
122
toolUninstallCommand.
Execute
().Should().Be(0);