1 implementation of IAddCommandPrompter
aspire (1)
Commands\AddCommand.cs (1)
297
internal class AddCommandPrompter(IInteractionService interactionService) :
IAddCommandPrompter
4 references to IAddCommandPrompter
aspire (3)
Commands\AddCommand.cs (2)
23
private readonly
IAddCommandPrompter
_prompter;
30
public AddCommand(IPackagingService packagingService, IInteractionService interactionService, IProjectLocator projectLocator,
IAddCommandPrompter
prompter, AspireCliTelemetry telemetry, IDotNetSdkInstaller sdkInstaller, IFeatures features, ICliUpdateNotifier updateNotifier, CliExecutionContext executionContext, ICliHostEnvironment hostEnvironment, IAppHostProjectFactory projectFactory)
Program.cs (1)
157
builder.Services.AddSingleton<
IAddCommandPrompter
, AddCommandPrompter>();
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
208
public Func<IServiceProvider,
IAddCommandPrompter
> AddCommandPrompterFactory { get; set; } = (IServiceProvider serviceProvider) =>