1 implementation of IAddCommandPrompter
aspire (1)
Commands\AddCommand.cs (1)
250
internal class AddCommandPrompter(IInteractionService interactionService) :
IAddCommandPrompter
3 references to IAddCommandPrompter
aspire (3)
Commands\AddCommand.cs (2)
23
private readonly
IAddCommandPrompter
_prompter;
25
public AddCommand(IDotNetCliRunner runner, INuGetPackageCache nuGetPackageCache, IInteractionService interactionService, IProjectLocator projectLocator,
IAddCommandPrompter
prompter)
Program.cs (1)
122
builder.Services.AddSingleton<
IAddCommandPrompter
, AddCommandPrompter>();