3 references to ErrorConnectingToAppHost
aspire (3)
Commands\ExecCommand.cs (1)
299
InteractionService.DisplayError(string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
ErrorConnectingToAppHost
, ex.Message));
Commands\PipelineCommandBase.cs (1)
283
InteractionService.DisplayError(string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
ErrorConnectingToAppHost
, ex.Message));
Commands\RunCommand.cs (1)
362
InteractionService.DisplayError(string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
ErrorConnectingToAppHost
, ex.Message.EscapeMarkup()));