1 write to Exception
Aspire.Dashboard.Tests (1)
tests\Shared\Logging\TestLogger.cs (1)
50
Exception
= exception,
4 references to Exception
Aspire.Dashboard.Tests (4)
Model\DashboardDataSourceTests.cs (1)
902
Assert.IsType<IOException>(warning.
Exception
);
TelemetryRepositoryTests\TelemetryLimitTests.cs (1)
249
write.
Exception
!.Message);
TelemetryRepositoryTests\TraceTests.cs (1)
562
Assert.Equal("Circular loop detected for span '312d31' with parent '312d31'.", write.
Exception
!.Message);
tests\Shared\Logging\WriteContext.cs (1)
26
return Formatter?.Invoke(State,
Exception
);