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); 187_interactionService.DisplayLines(buildOutput.GetLines()); 188_interactionService.DisplayError("Failed to build AppHost server."); 289var buildResult = await _interactionService.ShowStatusAsync( 359_interactionService.DisplayLines(appHostServerOutputCollector.GetLines()); 360_interactionService.DisplayError("App host exited unexpectedly."); 420_interactionService.DisplayLines(guestOutput.GetLines()); 464_interactionService.DisplayCancellationMessage(); 472_interactionService.DisplayError($"Failed to run {DisplayName} AppHost: {ex.Message}"); 619_interactionService.DisplayLines(appHostServerOutputCollector.GetLines()); 620_interactionService.DisplayError("App host exited unexpectedly."); 678_interactionService.DisplayLines(guestOutput.GetLines()); 719_interactionService.DisplayCancellationMessage(); 725_interactionService.DisplayError($"Failed to publish {DisplayName} AppHost: {ex.Message}"); 847var updates = await _interactionService.ShowStatusAsync( 902_interactionService.DisplayMessage("check_mark", UpdateCommandStrings.ProjectUpToDateMessage); 907_interactionService.DisplayEmptyLine(); 910_interactionService.DisplayMessage("package", $"[bold yellow]Aspire SDK[/] [bold green]{config.SdkVersion}[/] to [bold green]{newSdkVersion}[/]"); 914_interactionService.DisplayMessage("package", $"[bold yellow]{packageId}[/] [bold green]{currentVersion}[/] to [bold green]{newVersion}[/]"); 916_interactionService.DisplayEmptyLine(); 919if (!await _interactionService.ConfirmAsync(UpdateCommandStrings.PerformUpdatesPrompt, true, cancellationToken)) 941_interactionService.DisplayEmptyLine(); 942_interactionService.DisplaySubtleMessage("Regenerating SDK code with updated packages..."); 945_interactionService.DisplayEmptyLine(); 946_interactionService.DisplaySuccess(UpdateCommandStrings.UpdateSuccessfulMessage); 1126_interactionService.DisplayError("GuestRuntime not initialized. This is a bug."); 1133_interactionService.DisplayError($"Failed to install {_resolvedLanguage?.DisplayName ?? "guest"} dependencies."); 1154_interactionService.DisplayError("GuestRuntime not initialized. This is a bug."); 1176_interactionService.DisplayError("GuestRuntime not initialized. This is a bug.");