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