1 type derived from AddCommandPrompter
Aspire.Cli.Tests (1)
Commands\AddCommandTests.cs (1)
3557
internal sealed class TestAddCommandPrompter(IInteractionService interactionService) :
AddCommandPrompter
(interactionService)
7 instantiations of AddCommandPrompter
Aspire.Cli.Tests (7)
Commands\AddCommandTests.cs (6)
2214
var prompter = new
AddCommandPrompter
(interactionService);
2262
var prompter = new
AddCommandPrompter
(interactionService);
2310
var prompter = new
AddCommandPrompter
(interactionService);
2367
var prompter = new
AddCommandPrompter
(interactionService);
2404
var prompter = new
AddCommandPrompter
(interactionService);
2462
var prompter = new
AddCommandPrompter
(interactionService);
Utils\CliTestHelper.cs (1)
432
return new
AddCommandPrompter
(interactionService);
7 references to AddCommandPrompter
aspire (1)
Program.cs (1)
442
builder.Services.AddSingleton<IAddCommandPrompter,
AddCommandPrompter
>();
Aspire.Cli.Tests (6)
Commands\AddCommandTests.cs (6)
2214
var
prompter = new AddCommandPrompter(interactionService);
2262
var
prompter = new AddCommandPrompter(interactionService);
2310
var
prompter = new AddCommandPrompter(interactionService);
2367
var
prompter = new AddCommandPrompter(interactionService);
2404
var
prompter = new AddCommandPrompter(interactionService);
2462
var
prompter = new AddCommandPrompter(interactionService);