1 write to _interactionService
aspire (1)
Commands\PublishCommandBase.cs (1)
37_interactionService = interactionService;
18 references to _interactionService
aspire (18)
Commands\PublishCommandBase.cs (18)
94appHostCompatibilityCheck = await AppHostHelper.CheckAppHostCompatibilityAsync(_runner, _interactionService, effectiveAppHostProjectFile, _telemetry, cancellationToken); 107var buildExitCode = await AppHostHelper.BuildAppHostAsync(_runner, _interactionService, effectiveAppHostProjectFile, buildOptions, cancellationToken); 111_interactionService.DisplayLines(buildOutputCollector.GetLines()); 112_interactionService.DisplayError(InteractionServiceStrings.ProjectCouldNotBeBuilt); 119_interactionService.DisplayMessage($"hammer_and_wrench", GetProgressMessage()); 146_interactionService.DisplayMessage("bug", InteractionServiceStrings.WaitingForDebuggerToAttachToAppHost); 165_interactionService.DisplaySuccess(GetSuccessMessage(fullyQualifiedOutputPath)); 169_interactionService.DisplayLines(operationOutputCollector.GetLines()); 170_interactionService.DisplayError(GetFailureMessage(exitCode)); 175_interactionService.DisplayError(GetCanceledMessage()); 180_interactionService.DisplayError(InteractionServiceStrings.SpecifiedProjectFileNotAppHostProject); 185_interactionService.DisplayError(InteractionServiceStrings.ProjectOptionDoesntExist); 190_interactionService.DisplayError(InteractionServiceStrings.ProjectOptionNotSpecifiedMultipleAppHostsFound); 195_interactionService.DisplayError(InteractionServiceStrings.ProjectOptionNotSpecifiedNoCsprojFound); 200return _interactionService.DisplayIncompatibleVersionError( 207_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.ErrorConnectingToAppHost, ex.Message)); 208_interactionService.DisplayLines(operationOutputCollector.GetLines()); 213_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.UnexpectedErrorOccurred, ex.Message));