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