1 implementation of IPublishCommandPrompter
aspire (1)
Commands\PublishCommand.cs (1)
20internal class PublishCommandPrompter(IInteractionService interactionService) : IPublishCommandPrompter
4 references to IPublishCommandPrompter
aspire (3)
Commands\PublishCommand.cs (2)
35private readonly IPublishCommandPrompter _prompter; 37public PublishCommand(IDotNetCliRunner runner, IInteractionService interactionService, IProjectLocator projectLocator, IPublishCommandPrompter prompter, AspireCliTelemetry telemetry, IFeatures features, ICliUpdateNotifier updateNotifier)
Program.cs (1)
99builder.Services.AddSingleton<IPublishCommandPrompter, PublishCommandPrompter>();
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
149public Func<IServiceProvider, IPublishCommandPrompter> PublishCommandPrompterFactory { get; set; } = (IServiceProvider serviceProvider) =>