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 set_abi_marshaler method incorrectly selects the MarshalNonBlittable<T> marshaler for arrays of interfaces instead of the MarshalInterface<T> marshaler.
The native->managed direction selects the correct marshaler.
The text was updated successfully, but these errors were encountered:
The
set_abi_marshaler
method incorrectly selects theMarshalNonBlittable<T>
marshaler for arrays of interfaces instead of theMarshalInterface<T>
marshaler.The native->managed direction selects the correct marshaler.
The text was updated successfully, but these errors were encountered: