2 references to SendingStopSignal
aspire (1)
Commands\StopCommand.cs (1)
492InteractionService.DisplayMessage(KnownEmojis.StopSign, string.Format(CultureInfo.CurrentCulture, StopCommandStrings.SendingStopSignal, appHostIdentifier));
Aspire.Cli.Tests (1)
Commands\StopCommandTests.cs (1)
386message => Assert.Equal(string.Format(CultureInfo.CurrentCulture, StopCommandStrings.SendingStopSignal, appHostPath), message));