1 type derived from AddCommandPrompter
Aspire.Cli.Tests (1)
Commands\AddCommandTests.cs (1)
750
internal sealed class TestAddCommandPrompter(IInteractionService interactionService) :
AddCommandPrompter
(interactionService)
4 instantiations of AddCommandPrompter
Aspire.Cli.Tests (4)
Commands\AddCommandTests.cs (3)
568
var prompter = new
AddCommandPrompter
(interactionService);
616
var prompter = new
AddCommandPrompter
(interactionService);
664
var prompter = new
AddCommandPrompter
(interactionService);
Utils\CliTestHelper.cs (1)
285
return new
AddCommandPrompter
(interactionService);
4 references to AddCommandPrompter
aspire (1)
Program.cs (1)
248
builder.Services.AddSingleton<IAddCommandPrompter,
AddCommandPrompter
>();
Aspire.Cli.Tests (3)
Commands\AddCommandTests.cs (3)
568
var
prompter = new AddCommandPrompter(interactionService);
616
var
prompter = new AddCommandPrompter(interactionService);
664
var
prompter = new AddCommandPrompter(interactionService);