8 references to Success
Aspire.Dashboard (4)
Components\Pages\ComponentTelemetryContext.cs (3)
56TelemetryResult.Success, 101TelemetryResult.Success, 112TelemetryResult.Success,
Model\DashboardCommandExecutor.cs (1)
58telemetryService.EndOperation(operationId, TelemetryResult.Success);
Aspire.Dashboard.Tests (4)
Telemetry\DashboardTelemetryServiceTests.cs (4)
62var context = telemetryService.PostUserTask("testTask", TelemetryResult.Success); 63telemetryService.PostOperation("testOperation", TelemetryResult.Success, correlatedWith: context.Properties); 148var context = telemetryService.PostUserTask("testTask", TelemetryResult.Success); 149telemetryService.PostOperation("testOperation", TelemetryResult.Success, correlatedWith: context.Properties);