2 types derived from PublishCommandPrompter
Aspire.Cli.Tests (2)
Commands\DeployCommandTests.cs (1)
262
internal sealed class TestDeployCommandPrompter(IInteractionService interactionService) :
PublishCommandPrompter
(interactionService)
Commands\PublishCommandTests.cs (1)
236
internal sealed class TestPublishCommandPrompter(IInteractionService interactionService) :
PublishCommandPrompter
(interactionService)
1 instantiation of PublishCommandPrompter
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
152
return new
PublishCommandPrompter
(interactionService);
1 reference to PublishCommandPrompter
aspire (1)
Program.cs (1)
99
builder.Services.AddSingleton<IPublishCommandPrompter,
PublishCommandPrompter
>();