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
NH-3807 - Fix tests related to WeakReference and .NET Core changes.
.NET Core extended the lifetime of some temporary variables and that affected how the tests were constructed to test WeakReference as used in WeakHashtable and WeakRefWrapper. Making sure the temporary variables are short lived in a NoInlining method is the solution.
0 commit comments