9 references to LsCommand
aspire (2)
Commands\RootCommand.cs (1)
146
LsCommand
lsCommand,
Program.cs (1)
614
builder.Services.AddTransient<
LsCommand
>();
Aspire.Cli.Tests (7)
NuGet\NuGetPackagePrefetcherTests.cs (6)
56
var
command = provider.GetRequiredService<
LsCommand
>();
76
var
command = provider.GetRequiredService<
LsCommand
>();
227
[InlineData(typeof(
LsCommand
), false, false)]
387
executionContext.CommandSelected.TrySetResult(provider.GetRequiredService<
LsCommand
>());
Utils\CliTestHelper.cs (1)
273
services.AddTransient<
LsCommand
>();