Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

New domain unload fix. Reverting PR #2 changes #3

Merged
merged 3 commits into from
Sep 10, 2015

Conversation

lukaszunity
Copy link

Reverting #2 changes, as it had the unwanted side-effect of unloading all types in most cases.

This fix explicitly checks in GetType whether an mscorlib type has been unloaded in the debugger agent and returns null. The callers of GetType fall back to different approaches for getting the type if GetType returns null.

Fixes case 719009

Tak added a commit that referenced this pull request Sep 10, 2015
New domain unload fix. Reverting PR #2 changes
@Tak Tak merged commit 2973d62 into unity-trunk-patch Sep 10, 2015
lukaszunity pushed a commit that referenced this pull request May 3, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants