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