1 write to _interactionService
aspire (1)
Commands\PublishCommand.cs (1)
30_interactionService = interactionService;
15 references to _interactionService
aspire (15)
Commands\PublishCommand.cs (15)
71appHostCompatibilityCheck = await AppHostHelper.CheckAppHostCompatibilityAsync(_runner, _interactionService, effectiveAppHostProjectFile, cancellationToken); 78var buildExitCode = await AppHostHelper.BuildAppHostAsync(_runner, _interactionService, effectiveAppHostProjectFile, cancellationToken); 82_interactionService.DisplayError("The project could not be built. For more information run with --debug switch."); 90var publishersResult = await _interactionService.ShowStatusAsync<(int ExitCode, string[] Publishers)>( 119_interactionService.DisplayError($"The publisher inspection failed with exit code {publishersResult.ExitCode}. For more information run with --debug switch."); 126_interactionService.DisplayError($"No publishers were found."); 134_interactionService.DisplayMessage("warning", $"[yellow bold]The specified publisher '{publisher}' was not found.[/]"); 137publisher = await _interactionService.PromptForSelectionAsync( 145_interactionService.DisplayMessage($"hammer_and_wrench", $"Generating artifacts for '{publisher}' publisher..."); 247_interactionService.DisplayError($"Publishing artifacts failed with exit code {exitCode}. For more information run with --debug switch."); 252_interactionService.DisplaySuccess($"Successfully published artifacts to: {fullyQualifiedOutputPath}"); 258_interactionService.DisplayError("The --project option specified a project that does not exist."); 263_interactionService.DisplayError("The --project option was not specified and multiple *.csproj files were detected."); 268_interactionService.DisplayError("The project argument was not specified and no *.csproj files were detected."); 273return _interactionService.DisplayIncompatibleVersionError(