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