1 implementation of IAddCommandPrompter
aspire (1)
Commands\AddCommand.cs (1)
601internal class AddCommandPrompter(IInteractionService interactionService) : IAddCommandPrompter
4 references to IAddCommandPrompter
aspire (3)
Commands\AddCommand.cs (2)
29private readonly IAddCommandPrompter _prompter; 55public AddCommand(IProjectLocator projectLocator, IntegrationPackageSearchService integrationPackageSearchService, IAddCommandPrompter prompter, IDotNetSdkInstaller sdkInstaller, ICliHostEnvironment hostEnvironment, IAppHostProjectFactory projectFactory, ProfilingTelemetry profilingTelemetry, CommonCommandServices services)
Program.cs (1)
442builder.Services.AddSingleton<IAddCommandPrompter, AddCommandPrompter>();
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
429public Func<IServiceProvider, IAddCommandPrompter> AddCommandPrompterFactory { get; set; } = (IServiceProvider serviceProvider) =>