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.