8 references to FromHexString
Aspire.Dashboard.Components.Tests (3)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (3)
36var bytes = Convert.FromHexString(hexString); 194TraceId = ByteString.CopyFrom(Convert.FromHexString("5465737454726163654964")), 195SpanId = ByteString.CopyFrom(Convert.FromHexString("546573745370616e4964")),
Aspire.Dashboard.Tests (4)
Integration\StartupTests.cs (1)
472Assert.Equal(16, Convert.FromHexString(app.DashboardOptionsMonitor.CurrentValue.Frontend.BrowserToken!).Length);
tests\Shared\Telemetry\TelemetryTestHelpers.cs (3)
36var bytes = Convert.FromHexString(hexString); 194TraceId = ByteString.CopyFrom(Convert.FromHexString("5465737454726163654964")), 195SpanId = ByteString.CopyFrom(Convert.FromHexString("546573745370616e4964")),
Aspire.Hosting.Tests (1)
DistributedApplicationTests.cs (1)
680var keyBytes = Convert.FromHexString(GetEnv(aspireDashboard.Spec.Env, "DASHBOARD__OTLP__PRIMARYAPIKEY")!);