7 writes to StartedAt
Aspire.Cli.Tests (7)
Commands\AppHostLauncherTests.cs (1)
1234StartedAt = DateTimeOffset.UtcNow
Processes\ProcessTreeGracefulShutdownServiceTests.cs (6)
117StartedAt = runtimeStartedAt, 135StartedAt = runtimeStartedAt 177StartedAt = runtimeStartedAt 222StartedAt = null, 261StartedAt = null, 302StartedAt = GetRuntimeProcessStartTime(appHostProcess).AddSeconds(1),
6 references to StartedAt
aspire (5)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
541StartedAt = legacyInfo.StartedAt,
Backchannel\AppHostConnectionResolver.cs (1)
332.OrderByDescending(c => c.AppHostInfo?.StartedAt ?? DateTimeOffset.MinValue)
Processes\ProcessTreeGracefulShutdownService.cs (2)
362return new ProcessTarget(appHostInfo.ProcessId, appHostInfo.StartedAt, UseRuntimeStartTime: appHostInfo.StartedAt is not null);
src\Aspire.Hosting\Backchannel\BackchannelDataTypes.cs (1)
1518/// still accepting older AppHosts that only sent <see cref="StartedAt"/>.
Aspire.Cli.Tests (1)
TestServices\TestAppHostAuxiliaryBackchannel.cs (1)
133StartedAt = AppHostInfo.StartedAt,