Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Miscellaneous fixes #695

Merged
merged 7 commits into from Sep 20, 2017
Merged

Miscellaneous fixes #695

merged 7 commits into from Sep 20, 2017

Commits on Sep 20, 2017

  1. Configuration menu
    Copy the full SHA
    0e87f88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a454727 View commit details
    Browse the repository at this point in the history
  3. Fix tests related to WeakReference and upcoming .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.
    ngbrown committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    1c2973c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    204aab2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    181602a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c97850e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    55dc320 View commit details
    Browse the repository at this point in the history