3 references to KnownFormats
Aspire.Hosting (1)
ApplicationModel\ResourceLoggerService.cs (1)
602
content = entry.Timestamp.Value.ToString(
KnownFormats
.ConsoleLogsTimestampFormat, CultureInfo.InvariantCulture) + " " + content;
Aspire.Hosting.Tests (2)
Dashboard\DashboardLifecycleHookTests.cs (2)
525
Timestamp = timestamp.ToString(
KnownFormats
.ConsoleLogsTimestampFormat, CultureInfo.InvariantCulture),
552
Timestamp = timestamp.ToString(
KnownFormats
.ConsoleLogsTimestampFormat, CultureInfo.InvariantCulture),