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