1 write to _interactionService
aspire (1)
Commands\PublishCommandBase.cs (1)
37
_interactionService
= interactionService;
18 references to _interactionService
aspire (18)
Commands\PublishCommandBase.cs (18)
94
appHostCompatibilityCheck = await AppHostHelper.CheckAppHostCompatibilityAsync(_runner,
_interactionService
, effectiveAppHostProjectFile, _telemetry, cancellationToken);
107
var 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);
200
return
_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));