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