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
We expose APIs like Unsafe.IsNullRef and Unsafe.NullRef, which imply that nullptr managed pointers are supported across our runtimes. However, ECMA-335, Sec. II.14.4.2 and III.1.1.5.2 both explicitly state that nullptr managed pointers are disallowed. ECMA should be updated.