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
Searching for tuple (https://source.dot.net/#q=tuple) shows all Tuple types from Tuple to Tuple<T1, T2, T3, T4, T5, T6, T7, TRest> while searching for valuetuple (https://source.dot.net/#q=valuetuple) shows only ValueTuple, ValueTuple<T1> and ValueTuple<T1, T2, T3, T4, T5, T6, T7, TRest>.
ValueTuple<T1, T2> seems to be not discoverable at all.
Probably related to #221
Searching for
tuple
(https://source.dot.net/#q=tuple) shows allTuple
types fromTuple
toTuple<T1, T2, T3, T4, T5, T6, T7, TRest>
while searching forvaluetuple
(https://source.dot.net/#q=valuetuple) shows onlyValueTuple
,ValueTuple<T1>
andValueTuple<T1, T2, T3, T4, T5, T6, T7, TRest>
.ValueTuple<T1, T2>
seems to be not discoverable at all.Probably related to #221
@alexperovich
The text was updated successfully, but these errors were encountered: