6 references to SdkDumpCommand
aspire (4)
Commands\Sdk\SdkCommand.cs (1)
14SdkDumpCommand dumpCommand,
Commands\Sdk\SdkDumpCommand.cs (2)
37private readonly ILogger<SdkDumpCommand> _logger; 60ILogger<SdkDumpCommand> logger,
Program.cs (1)
672builder.Services.AddTransient<SdkDumpCommand>();
Aspire.Cli.Tests (2)
Commands\SdkDumpCommandTests.cs (1)
351var method = typeof(SdkDumpCommand).GetMethod(methodName, BindingFlags.Static | BindingFlags.NonPublic);
Utils\CliTestHelper.cs (1)
321services.AddTransient<SdkDumpCommand>();