2 references to PersistentResourcesCleaned
aspire (1)
Commands\StopCommand.cs (1)
363
InteractionService.DisplaySuccess(string.Format(CultureInfo.CurrentCulture, StopCommandStrings.
PersistentResourcesCleaned
, appHostDisplayPath));
Aspire.Cli.Tests (1)
Commands\StopCommandTests.cs (1)
499
Assert.Contains(interactionService.DisplayedSuccess, message => message == string.Format(CultureInfo.CurrentCulture, StopCommandStrings.
PersistentResourcesCleaned
, appHostFile.Name));