2 references to PerformUpdatesPrompt
aspire (2)
Projects\GuestAppHostProject.cs (1)
1526
if (!await _interactionService.PromptConfirmAsync(UpdateCommandStrings.
PerformUpdatesPrompt
, context.ConfirmBinding, cancellationToken: cancellationToken))
Projects\ProjectUpdater.cs (1)
86
if (!await interactionService.PromptConfirmAsync(UpdateCommandStrings.
PerformUpdatesPrompt
, context.ConfirmBinding, cancellationToken: cancellationToken))