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)
223
Timestamp = timestamp.ToString(
KnownFormats
.ConsoleLogsTimestampFormat, CultureInfo.InvariantCulture),
250
Timestamp = timestamp.ToString(
KnownFormats
.ConsoleLogsTimestampFormat, CultureInfo.InvariantCulture),