1 write to StartTime
Aspire.Dashboard (1)
src\Shared\ConsoleLogs\LogEntry.cs (1)
37
StartTime
= startTimestamp,
6 references to StartTime
Aspire.Dashboard (4)
Components\Pages\ConsoleLogs.razor.cs (1)
955
Logger.LogDebug("Updating pause log entry for {Resource} starting at {StartTimestamp} with end of {EndTimestamp}.", subscription.Resource.Name, pause.
StartTime
, timestamp);
src\Shared\ConsoleLogs\LogPauseViewModel.cs (3)
22
public bool Contains(DateTime timestamp) => timestamp >=
StartTime
&& (EndTime is null || timestamp < EndTime);
33
FormatHelpers.FormatTimeWithOptionalDate(timeProvider, pause.
StartTime
, MillisecondsDisplay.Truncated),
38
FormatHelpers.FormatTimeWithOptionalDate(timeProvider, pause.
StartTime
, MillisecondsDisplay.Truncated),
Aspire.Dashboard.Components.Tests (2)
Pages\ConsoleLogsTests.cs (2)
733
FormatHelpers.FormatTimeWithOptionalDate(timeProvider, pauseLog.Pause!.
StartTime
, MillisecondsDisplay.Truncated),
758
FormatHelpers.FormatTimeWithOptionalDate(timeProvider, pause.
StartTime
, MillisecondsDisplay.Truncated),