7 references to PsCommand
aspire (4)
Commands\PsCommand.cs (2)
78
private readonly ILogger<
PsCommand
> _logger;
93
ILogger<
PsCommand
> logger,
Commands\RootCommand.cs (1)
148
PsCommand
psCommand,
Program.cs (1)
617
builder.Services.AddTransient<
PsCommand
>();
Aspire.Cli.Tests (3)
Commands\PsCommandTests.cs (1)
29
Assert.Equal(expectedMarkup,
PsCommand
.GetStatusMarkup(status));
NuGet\NuGetPackagePrefetcherTests.cs (1)
228
[InlineData(typeof(
PsCommand
), false, false)]
Utils\CliTestHelper.cs (1)
275
services.AddTransient<
PsCommand
>();