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