1 implementation of IPublishCommandPrompter
aspire (1)
Commands\PublishCommand.cs (1)
22internal class PublishCommandPrompter(IInteractionService interactionService) : IPublishCommandPrompter
4 references to IPublishCommandPrompter
aspire (3)
Commands\PublishCommand.cs (2)
39private readonly IPublishCommandPrompter _prompter; 41public PublishCommand(IDotNetCliRunner runner, IProjectLocator projectLocator, IPublishCommandPrompter prompter, IFeatures features, ICliHostEnvironment hostEnvironment, IAppHostProjectFactory projectFactory, IConfiguration configuration, ILogger<PublishCommand> logger, IAnsiConsole ansiConsole,
Program.cs (1)
443builder.Services.AddSingleton<IPublishCommandPrompter, PublishCommandPrompter>();
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
437public Func<IServiceProvider, IPublishCommandPrompter> PublishCommandPrompterFactory { get; set; } = (IServiceProvider serviceProvider) =>