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