3 references to ErrorConnectingToAppHost
aspire (3)
Commands\ExecCommand.cs (1)
270
_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
ErrorConnectingToAppHost
, ex.Message));
Commands\PublishCommandBase.cs (1)
221
_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
ErrorConnectingToAppHost
, ex.Message));
Commands\RunCommand.cs (1)
282
_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
ErrorConnectingToAppHost
, ex.Message.EscapeMarkup()));