4 references to StopSign
aspire (4)
Commands\RenderCommand.cs (1)
390
InteractionService.DisplayMessage(KnownEmojis.
StopSign
, "Mixed methods test complete.");
Commands\StopCommand.cs (1)
500
InteractionService.DisplayMessage(KnownEmojis.
StopSign
, string.Format(CultureInfo.CurrentCulture, StopCommandStrings.SendingStopSignal, appHostIdentifier));
Interaction\ConsoleInteractionService.cs (1)
655
DisplayMessage(KnownEmojis.
StopSign
, $"[teal bold]{message ?? InteractionServiceStrings.StoppingAspire}[/]", allowMarkup: true, consoleOverride: consoleOverride);
Projects\RunningInstanceManager.cs (1)
66
_interactionService.DisplayMessage(KnownEmojis.
StopSign
, $"Stopping previous instance (AppHost PID: {appHostInfo.ProcessId.ToString(CultureInfo.InvariantCulture)}, CLI PID: {cliPidText})");