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