2 references to ErrorConnectingToAppHost
aspire (2)
Commands\PublishCommandBase.cs (1)
207
_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
ErrorConnectingToAppHost
, ex.Message));
Commands\RunCommand.cs (1)
329
_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
ErrorConnectingToAppHost
, ex.Message));