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