1 write to Exception
Aspire.Dashboard.Components.Tests (1)
tests\Shared\Logging\TestLogger.cs (1)
50Exception = exception,
4 references to Exception
Aspire.Dashboard.Components.Tests (4)
Layout\MainLayoutTests.cs (3)
589Assert.Same(exception, errorLog.Exception); 642Assert.Same(exception, errorLog.Exception); 862Assert.Same(exception, errorLog.Exception);
tests\Shared\Logging\WriteContext.cs (1)
26return Formatter?.Invoke(State, Exception);