1 write to Exception
Aspire.Hosting.Tests (1)
Dashboard\DashboardLifecycleHookTests.cs (1)
626Exception = new InvalidOperationException("Error!").ToString(),
1 reference to Exception
Aspire.Hosting (1)
Dashboard\DashboardEventHandlers.cs (1)
867(s, _) => (logMessage.Exception is { } e) ? s + Environment.NewLine + e : s);