5 references to ExportCommand
aspire (4)
Commands\ExportCommand.cs (2)
26
private readonly ILogger<
ExportCommand
> _logger;
55
ILogger<
ExportCommand
> logger,
Commands\RootCommand.cs (1)
166
ExportCommand
exportCommand,
Program.cs (1)
654
builder.Services.AddTransient<
ExportCommand
>();
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
314
services.AddTransient<
ExportCommand
>();