1 implementation of IPublishCommandPrompter
aspire (1)
Commands\PublishCommand.cs (1)
20internal class PublishCommandPrompter(IInteractionService interactionService) : IPublishCommandPrompter
3 references to IPublishCommandPrompter
aspire (3)
Commands\PublishCommand.cs (2)
39private readonly IPublishCommandPrompter _prompter; 41public PublishCommand(IDotNetCliRunner runner, IInteractionService interactionService, IProjectLocator projectLocator, IPublishCommandPrompter prompter)
Program.cs (1)
123builder.Services.AddSingleton<IPublishCommandPrompter, PublishCommandPrompter>();