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