1 write to StartedAt
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
909StartedAt = new DateTimeOffset(currentProcess.StartTime),
4 references to StartedAt
Aspire.Hosting (2)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
82StartedAt = 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)
2845Assert.NotNull(result.StartedAt); 2849result.StartedAt.Value.ToUnixTimeSeconds(),