Base:
method
Execute
Microsoft.DotNet.Cli.CommandBase.Execute()
6 references to Execute
dotnet (1)
Commands\Tool\List\ToolListCommand.cs (1)
35
return _toolListLocalCommand.
Execute
();
dotnet.Tests (5)
CommandTests\Tool\List\ToolListLocalCommandTests.cs (5)
60
_defaultToolListLocalCommand.
Execute
();
78
_reporter).
Execute
();
102
_defaultToolListLocalCommand.
Execute
();
117
CreateCommandWithArg("package.id").
Execute
().Should().Be(0);
128
CreateCommandWithArg("not-installed-package").
Execute
().Should().Be(1);