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