1 instantiation of TimestampParserResult
Aspire.Hosting (1)
src\Shared\ConsoleLogs\TimestampParser.cs (1)
37
result =
new
(content.ToString(), DateTimeOffset.Parse(match.ValueSpan, CultureInfo.InvariantCulture));
1 reference to TimestampParserResult
Aspire.Hosting (1)
src\Shared\ConsoleLogs\TimestampParser.cs (1)
12
public static bool TryParseConsoleTimestamp(string text, [NotNullWhen(true)] out
TimestampParserResult
? result)