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