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