7 writes to StartedAt
Aspire.Cli.Tests (7)
Commands\AppHostLauncherTests.cs (1)
1234
StartedAt
= DateTimeOffset.UtcNow
Processes\ProcessTreeGracefulShutdownServiceTests.cs (6)
117
StartedAt
= runtimeStartedAt,
135
StartedAt
= runtimeStartedAt
177
StartedAt
= runtimeStartedAt
222
StartedAt
= null,
261
StartedAt
= null,
302
StartedAt
= GetRuntimeProcessStartTime(appHostProcess).AddSeconds(1),
6 references to StartedAt
aspire (5)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
541
StartedAt = legacyInfo.
StartedAt
,
Backchannel\AppHostConnectionResolver.cs (1)
332
.OrderByDescending(c => c.AppHostInfo?.
StartedAt
?? DateTimeOffset.MinValue)
Processes\ProcessTreeGracefulShutdownService.cs (2)
362
return 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)
133
StartedAt = AppHostInfo.
StartedAt
,