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
If typeof(T*).IsAssignableFrom(typeof(U*)) is true (for example int* and uint*), coreclr allows Array.Copy from U*[] to T*[].
The managed logic has been updated in #104103. The unmanaged array_set_value_impl seems still throwing an error.
The text was updated successfully, but these errors were encountered:
#104103 (comment)
If
typeof(T*).IsAssignableFrom(typeof(U*))
is true (for exampleint*
anduint*
), coreclr allowsArray.Copy
fromU*[]
toT*[]
.The managed logic has been updated in #104103. The unmanaged
array_set_value_impl
seems still throwing an error.The text was updated successfully, but these errors were encountered: