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