4 references to IAddCommandPrompter
aspire (4)
Commands\AddCommand.cs (3)
22
private readonly
IAddCommandPrompter
_prompter;
24
public AddCommand(IDotNetCliRunner runner, INuGetPackageCache nuGetPackageCache, IInteractionService interactionService, IProjectLocator projectLocator,
IAddCommandPrompter
prompter)
243
internal class AddCommandPrompter(IInteractionService interactionService) :
IAddCommandPrompter
Program.cs (1)
119
builder.Services.AddSingleton<
IAddCommandPrompter
, AddCommandPrompter>();