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