1 write to _prompter
aspire (1)
Commands\AddCommand.cs (1)
46_prompter = prompter;
2 references to _prompter
aspire (2)
Commands\AddCommand.cs (2)
223> 1 => await _prompter.PromptForIntegrationAsync(distinctPackages, cancellationToken), 239var version = await _prompter.PromptForIntegrationVersionAsync(orderedPackageVersions, cancellationToken);