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