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
thrownewArgumentException(String.Format(CultureInfo.CurrentCulture,"Do not convert {0} MessagePackObject to {1}.",instance.UnderlyingType,typeof(T)),parameterName);
1566
+
}
1567
+
else
1568
+
{
1569
+
ThrowInvalidTypeAs<T>(instance);
1570
+
}
1571
+
}
1572
+
1543
1573
privatestaticvoidThrowCannotBeNilAs<T>()
1544
1574
{
1545
1575
thrownewInvalidOperationException(String.Format(CultureInfo.CurrentCulture,"Do not convert nil MessagePackObject to {0}.",typeof(T)));
@@ -1845,7 +1875,7 @@ public static implicit operator MessagePackObject( MessagePackObject[] value )
0 commit comments