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