Base:
method
Execute
Microsoft.DotNet.Cli.CommandBase.Execute()
4 references to Execute
dotnet (1)
Commands\Tool\List\ToolListCommandParser.cs (1)
51
command.SetAction((parseResult) => new ToolListCommand(parseResult).
Execute
());
dotnet.Tests (3)
CommandTests\Tool\List\ToolListCommandTests.cs (2)
21
Action a = () => toolInstallCommand.
Execute
();
37
Action a = () => toolInstallCommand.
Execute
();
CommandTests\Tool\List\ToolListGlobalOrToolPathCommandTests.cs (1)
102
toolListCommand.
Execute
().Should().Be(0);