2 references to s_jsonSerializerOptions
Aspire.Dashboard (2)
Otlp\Model\OtlpHelpers.cs (2)
103
AnyValue.ValueOneofCase.ArrayValue => ConvertAnyValue(value)!.ToJsonString(
s_jsonSerializerOptions
),
104
AnyValue.ValueOneofCase.KvlistValue => ConvertAnyValue(value)!.ToJsonString(
s_jsonSerializerOptions
),