2 instantiations of TestCommand
Aspire.Cli.Tests (2)
NuGet\NuGetPackagePrefetcherTests.cs (2)
21
var testCommand = new
TestCommand
();
34
var command = new
TestCommand
(commandName);
2 references to TestCommand
Aspire.Cli.Tests (2)
NuGet\NuGetPackagePrefetcherTests.cs (2)
21
var
testCommand = new TestCommand();
34
var
command = new TestCommand(commandName);