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