You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The methods dealing with byte[] values accept a byte[] but C# and the OpenTelemetry proto files generate a ByteString rather than a byte[]. OddDotCSharp should support either option.