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