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