1 type derived from AddCommandPrompter
Aspire.Cli.Tests (1)
Commands\AddCommandTests.cs (1)
667internal sealed class TestAddCommandPrompter(IInteractionService interactionService) : AddCommandPrompter(interactionService)
1 instantiation of AddCommandPrompter
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
146return new AddCommandPrompter(interactionService);
1 reference to AddCommandPrompter
aspire (1)
Program.cs (1)
98builder.Services.AddSingleton<IAddCommandPrompter, AddCommandPrompter>();