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
That's because we push IEnumerable<ValueTuple<string, object[]>>, and ValueTuple.ToString just calls ToString on both parameters, in which case object[] will just return the name of the type.