4 references to INewCommandPrompter
aspire (4)
Commands\NewCommand.cs (3)
18
private readonly
INewCommandPrompter
_prompter;
21
public NewCommand(IDotNetCliRunner runner, INuGetPackageCache nuGetPackageCache,
INewCommandPrompter
prompter, IInteractionService interactionService, ICertificateService certificateService)
221
internal class NewCommandPrompter(IInteractionService interactionService) :
INewCommandPrompter
Program.cs (1)
118
builder.Services.AddSingleton<
INewCommandPrompter
, NewCommandPrompter>();