1 type derived from NewCommandPrompter
Aspire.Cli.Tests (1)
TestServices\TestNewCommandPrompter.cs (1)
14internal sealed class TestNewCommandPrompter(IInteractionService interactionService) : NewCommandPrompter(interactionService)
1 instantiation of NewCommandPrompter
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
428return new NewCommandPrompter(interactionService);
1 reference to NewCommandPrompter
aspire (1)
Program.cs (1)
459builder.Services.AddSingleton<INewCommandPrompter, NewCommandPrompter>();