1 write to StartedAt
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
909
StartedAt
= new DateTimeOffset(currentProcess.StartTime),
4 references to StartedAt
Aspire.Hosting (2)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
82
StartedAt = legacyInfo.
StartedAt
,
Backchannel\BackchannelDataTypes.cs (1)
1518
/// still accepting older AppHosts that only sent <see cref="
StartedAt
"/>.
Aspire.Hosting.Tests (2)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (2)
2845
Assert.NotNull(result.
StartedAt
);
2849
result.
StartedAt
.Value.ToUnixTimeSeconds(),