6 references to Unset
Aspire.Dashboard (3)
Otlp\Model\OtlpSpan.cs (1)
104if (Status != OtlpSpanStatusCode.Unset)
Otlp\Storage\TelemetryRepository.cs (2)
887Status.Types.StatusCode.Unset => OtlpSpanStatusCode.Unset, 888_ => OtlpSpanStatusCode.Unset
Aspire.Dashboard.Components.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
321Status = statusCode ?? OtlpSpanStatusCode.Unset,
Aspire.Dashboard.Tests (2)
Model\SpanWaterfallViewModelTests.cs (1)
103statusCode: OtlpSpanStatusCode.Unset,
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
321Status = statusCode ?? OtlpSpanStatusCode.Unset,