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
@janvorli wrote:
I wonder if we could rather get rid of destructors on types used for statics. We've done that in coreclr long time ago as it was just causing troubles due to the fact that the order of destruction of such objects is undefined and if one ends up referencing the other or something similar, it can cause all kinds of funny issues.