1 implementation of IPublishCommandPrompter
aspire (1)
Commands\PublishCommand.cs (1)
20
internal class PublishCommandPrompter(IInteractionService interactionService) :
IPublishCommandPrompter
3 references to IPublishCommandPrompter
aspire (3)
Commands\PublishCommand.cs (2)
39
private readonly
IPublishCommandPrompter
_prompter;
41
public PublishCommand(IDotNetCliRunner runner, IInteractionService interactionService, IProjectLocator projectLocator,
IPublishCommandPrompter
prompter)
Program.cs (1)
123
builder.Services.AddSingleton<
IPublishCommandPrompter
, PublishCommandPrompter>();