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
Take Items snapshot if any item is a __TransparentProxy
Even if we are in the default AppDomain it can happen that TaskParameterEventArgs is created in the default AppDomain, but the Items passed to it originate from a different AppDomain.
We have to detect this case and take the items snapshot immediately otherwise that AppDomain can get unloaded.
0 commit comments