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