3 references to AppHostStoppedSuccessfully
aspire (1)
Commands\StopCommand.cs (1)
509
InteractionService.DisplaySuccess(string.Format(CultureInfo.CurrentCulture, StopCommandStrings.
AppHostStoppedSuccessfully
, appHostIdentifier));
Aspire.Cli.Tests (2)
Commands\StopCommandTests.cs (2)
218
Assert.Contains(interactionService.DisplayedSuccess, message => message == string.Format(CultureInfo.CurrentCulture, StopCommandStrings.
AppHostStoppedSuccessfully
, expectedPath));
581
StopCommandStrings.
AppHostStoppedSuccessfully
,