8 writes to CliStableStartedAt
Aspire.Cli.Tests (8)
Backchannel\OrphanedAppHostCollectorTests.cs (5)
51
CliStableStartedAt
= GetCurrentProcessStableStartTime(),
71
CliStableStartedAt
= DateTimeOffset.FromUnixTimeMilliseconds(1),
91
CliStableStartedAt
= GetCurrentProcessStableStartTime(),
160
CliStableStartedAt
= cliStartedAt,
387
CliStableStartedAt
= orphaned
Commands\AppHostLauncherTests.cs (3)
1771
CliStableStartedAt
= DateTimeOffset.FromUnixTimeMilliseconds(childStableStartedAt.Value),
1795
CliStableStartedAt
= DateTimeOffset.FromUnixTimeMilliseconds(childStableStartedAt.Value - 60_000),
1816
CliStableStartedAt
= null,
3 references to CliStableStartedAt
aspire (3)
Backchannel\OrphanedAppHostCollector.cs (1)
97
if (connection.AppHostInfo.
CliStableStartedAt
is { } cliStableStartedAt)
Commands\AppHostLauncher.cs (1)
674
if (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