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