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
Using null for the layer parameter of IsInstanceExtensionPresent or TryGetInstanceExtension doesn't send nullptr as expected to native. Instead, it sends a pointer to an empty string.
This should be fixed, ideally with appropriate nullability annotations applied.
The text was updated successfully, but these errors were encountered:
Using
null
for thelayer
parameter ofIsInstanceExtensionPresent
orTryGetInstanceExtension
doesn't sendnullptr
as expected to native. Instead, it sends a pointer to an empty string.This should be fixed, ideally with appropriate nullability annotations applied.
The text was updated successfully, but these errors were encountered: