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