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