8 writes to CliStableStartedAt
Aspire.Cli.Tests (8)
Backchannel\OrphanedAppHostCollectorTests.cs (5)
51CliStableStartedAt = GetCurrentProcessStableStartTime(), 71CliStableStartedAt = DateTimeOffset.FromUnixTimeMilliseconds(1), 91CliStableStartedAt = GetCurrentProcessStableStartTime(), 160CliStableStartedAt = cliStartedAt, 387CliStableStartedAt = orphaned
Commands\AppHostLauncherTests.cs (3)
1771CliStableStartedAt = DateTimeOffset.FromUnixTimeMilliseconds(childStableStartedAt.Value), 1795CliStableStartedAt = DateTimeOffset.FromUnixTimeMilliseconds(childStableStartedAt.Value - 60_000), 1816CliStableStartedAt = null,
3 references to CliStableStartedAt
aspire (3)
Backchannel\OrphanedAppHostCollector.cs (1)
97if (connection.AppHostInfo.CliStableStartedAt is { } cliStableStartedAt)
Commands\AppHostLauncher.cs (1)
674if (appHostInfo.CliStableStartedAt is not { } cliStableStartedAt || childStableStartedAt is not { } childStableStarted)
src\Aspire.Hosting\Backchannel\BackchannelDataTypes.cs (1)
1529/// processes after a wall-clock adjustment, so prefer <see cref="CliStableStartedAt"/> when it is