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
CoreCLR won't unwind native frames for managed exceptions (CoreCLR will abort), so we should make the "UnwindNativeCode" value for managed exception marshaling a build-time error. And for consistency we should also make the "UnwindManagedCode" value for Objective-C exception marshaling a build-time error as well.