2 references to FormatDuration
Aspire.Hosting.Browsers.Tests (2)
src\Aspire.Hosting.Browsers\BrowserLogsEventLogger.cs (2)
172
if (
FormatDuration
(request.StartTimestamp, parameters.Timestamp) is { Length: > 0 } duration)
194
if (
FormatDuration
(request.StartTimestamp, completedTimestamp) is { Length: > 0 } duration)