15 references to GetString
Aspire.Dashboard (9)
Otlp\Model\OtlpHelpers.cs (5)
91serviceInstanceId = attribute.Value.GetString(); 95serviceName = attribute.Value.GetString(); 99processExecutableName = attribute.Value.GetString(); 262var value = TruncateString(attribute.Value.GetString(), context.Options.MaxAttributeLength); 339var value = TruncateString(attribute.Value.GetString(), context.Options.MaxAttributeLength);
Otlp\Model\OtlpLogEntryData.cs (4)
25originalFormat = attribute.Value.GetString(); 28parentId = attribute.Value.GetString(); 36eventNameFromAttribute ??= attribute.Value.GetString(); 47? OtlpHelpers.TruncateString(body.GetString(), context.Options.MaxAttributeLength)
Aspire.Dashboard.Tests (6)
TelemetryRepositoryTests\OtlpHelpersTests.cs (6)
25var s = OtlpHelpers.GetString(anyValue); 41var s = OtlpHelpers.GetString(anyValue); 54var s = OtlpHelpers.GetString(anyValue); 67var s = anyValue.GetString(); 90var s = OtlpHelpers.GetString(anyValue); 153var s = OtlpHelpers.GetString(anyValue);