2 instantiations of TestTelemetryErrorRecorder
Aspire.Dashboard.Components.Tests (2)
Controls\GenAIVisualizerDialogTests.cs (2)
45errorRecorder: new TestTelemetryErrorRecorder(), 113errorRecorder: new TestTelemetryErrorRecorder(),
3 references to TestTelemetryErrorRecorder
Aspire.Dashboard.Components.Tests (3)
Controls\GenAIVisualizerDialogTests.cs (1)
130Services.AddSingleton<ITelemetryErrorRecorder, TestTelemetryErrorRecorder>();
Pages\StructuredLogsTests.cs (1)
247Services.AddSingleton<ITelemetryErrorRecorder, TestTelemetryErrorRecorder>();
Pages\TraceDetailsTests.cs (1)
679Services.AddSingleton<ITelemetryErrorRecorder, TestTelemetryErrorRecorder>();