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); 171_interactionService.DisplayLines(buildOutput.GetLines()); 172_interactionService.DisplayError("Failed to build AppHost server."); 275var buildResult = await _interactionService.ShowStatusAsync( 339_interactionService.DisplayLines(appHostServerOutputCollector.GetLines()); 340_interactionService.DisplayError("App host exited unexpectedly."); 398_interactionService.DisplayLines(guestOutput.GetLines()); 442_interactionService.DisplayCancellationMessage(); 450_interactionService.DisplayError($"Failed to run {DisplayName} AppHost: {ex.Message}"); 597_interactionService.DisplayLines(appHostServerOutputCollector.GetLines()); 598_interactionService.DisplayError("App host exited unexpectedly."); 654_interactionService.DisplayLines(guestOutput.GetLines()); 695_interactionService.DisplayCancellationMessage(); 701_interactionService.DisplayError($"Failed to publish {DisplayName} AppHost: {ex.Message}"); 822_interactionService.DisplayMessage("check_mark", UpdateCommandStrings.ProjectUpToDateMessage); 827var updates = await _interactionService.ShowStatusAsync( 859_interactionService.DisplayMessage("check_mark", UpdateCommandStrings.ProjectUpToDateMessage); 864_interactionService.DisplayEmptyLine(); 867_interactionService.DisplayMessage("package", $"[bold yellow]{packageId}[/] [bold green]{currentVersion}[/] to [bold green]{newVersion}[/]"); 869_interactionService.DisplayEmptyLine(); 872if (!await _interactionService.ConfirmAsync(UpdateCommandStrings.PerformUpdatesPrompt, true, cancellationToken)) 885_interactionService.DisplayEmptyLine(); 886_interactionService.DisplaySubtleMessage("Regenerating SDK code with updated packages..."); 889_interactionService.DisplayEmptyLine(); 890_interactionService.DisplaySuccess(UpdateCommandStrings.UpdateSuccessfulMessage); 1067_interactionService.DisplayError("GuestRuntime not initialized. This is a bug."); 1074_interactionService.DisplayError($"Failed to install {_resolvedLanguage?.DisplayName ?? "guest"} dependencies."); 1095_interactionService.DisplayError("GuestRuntime not initialized. This is a bug."); 1117_interactionService.DisplayError("GuestRuntime not initialized. This is a bug.");