1 implementation of IAddCommandPrompter
aspire (1)
Commands\AddCommand.cs (1)
264internal class AddCommandPrompter(IInteractionService interactionService) : IAddCommandPrompter
4 references to IAddCommandPrompter
aspire (3)
Commands\AddCommand.cs (2)
24private readonly IAddCommandPrompter _prompter; 27public AddCommand(IDotNetCliRunner runner, INuGetPackageCache nuGetPackageCache, IInteractionService interactionService, IProjectLocator projectLocator, IAddCommandPrompter prompter, AspireCliTelemetry telemetry, IFeatures features, ICliUpdateNotifier updateNotifier)
Program.cs (1)
98builder.Services.AddSingleton<IAddCommandPrompter, AddCommandPrompter>();
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
143public Func<IServiceProvider, IAddCommandPrompter> AddCommandPrompterFactory { get; set; } = (IServiceProvider serviceProvider) =>