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