1 implementation of INewCommandPrompter
aspire (1)
Commands\NewCommand.cs (1)
122
internal class NewCommandPrompter(IInteractionService interactionService) :
INewCommandPrompter
4 references to INewCommandPrompter
aspire (4)
Commands\NewCommand.cs (2)
22
private readonly
INewCommandPrompter
_prompter;
30
INewCommandPrompter
prompter,
Program.cs (1)
97
builder.Services.AddSingleton<
INewCommandPrompter
, NewCommandPrompter>();
Templating\DotNetTemplateFactory.cs (1)
16
internal class DotNetTemplateFactory(IInteractionService interactionService, IDotNetCliRunner runner, ICertificateService certificateService, INuGetPackageCache nuGetPackageCache,
INewCommandPrompter
prompter) : ITemplateFactory