5 references to Stopped
aspire (3)
Commands\PsCommand.cs (3)
239!await TryWriteAppHostInfoAsync(CopyWithStatus(appHost, AppHostDisplayStatus.Stopped)).ConfigureAwait(false)) 463AppHostDisplayStatus.Stopped => $"[red]{AppHostDisplayStatus.Stopped}[/]",
Aspire.Cli.Tests (2)
Commands\PsCommandTests.cs (2)
25[InlineData(AppHostDisplayStatus.Stopped, "[red]stopped[/]")] 631Assert.Equal(AppHostDisplayStatus.Stopped, stoppedAppHost.Status);