1 write to _interactionService
aspire (1)
Projects\GuestAppHostProject.cs (1)
62_interactionService = interactionService;
29 references to _interactionService
aspire (29)
Projects\GuestAppHostProject.cs (29)
73_runningInstanceManager = new RunningInstanceManager(_logger, _interactionService, _timeProvider); 196_interactionService.DisplayLines(buildOutput.GetLines()); 198_interactionService.DisplayError("Failed to prepare AppHost server."); 298var buildResult = await _interactionService.ShowStatusAsync( 368_interactionService.DisplayLines(appHostServerOutputCollector.GetLines()); 369_interactionService.DisplayError("App host exited unexpectedly."); 429_interactionService.DisplayLines(guestOutput.GetLines()); 473_interactionService.DisplayCancellationMessage(); 481_interactionService.DisplayError($"Failed to run {DisplayName} AppHost: {ex.Message}"); 623_interactionService.DisplayLines(appHostServerOutputCollector.GetLines()); 624_interactionService.DisplayError("App host exited unexpectedly."); 682_interactionService.DisplayLines(guestOutput.GetLines()); 723_interactionService.DisplayCancellationMessage(); 729_interactionService.DisplayError($"Failed to publish {DisplayName} AppHost: {ex.Message}"); 849var updates = await _interactionService.ShowStatusAsync( 904_interactionService.DisplayMessage("check_mark", UpdateCommandStrings.ProjectUpToDateMessage); 909_interactionService.DisplayEmptyLine(); 912_interactionService.DisplayMessage("package", $"[bold yellow]Aspire SDK[/] [bold green]{config.SdkVersion}[/] to [bold green]{newSdkVersion}[/]"); 916_interactionService.DisplayMessage("package", $"[bold yellow]{packageId}[/] [bold green]{currentVersion}[/] to [bold green]{newVersion}[/]"); 918_interactionService.DisplayEmptyLine(); 921if (!await _interactionService.ConfirmAsync(UpdateCommandStrings.PerformUpdatesPrompt, true, cancellationToken)) 943_interactionService.DisplayEmptyLine(); 944_interactionService.DisplaySubtleMessage("Regenerating SDK code with updated packages..."); 947_interactionService.DisplayEmptyLine(); 948_interactionService.DisplaySuccess(UpdateCommandStrings.UpdateSuccessfulMessage); 1091_interactionService.DisplayError("GuestRuntime not initialized. This is a bug."); 1098_interactionService.DisplayError($"Failed to install {_resolvedLanguage?.DisplayName ?? "guest"} dependencies."); 1119_interactionService.DisplayError("GuestRuntime not initialized. This is a bug."); 1141_interactionService.DisplayError("GuestRuntime not initialized. This is a bug.");