2 references to BytesValue
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
823else if (json.BytesValue is not null) 825anyValue.BytesValue = ByteString.FromBase64(json.BytesValue);