Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 50464 - Running xunit.runner.console.exe on xunit.net test DLL fr…
…om Xamarin Studio as a Default Run Configuration causes exception In theory at time of AssemblyUnloadEvent exception ERR_UNLOADED when fetching Location should never happen since we fetched and cached location value at time of AssemblyLoadEvent. But since there is bug in runtime which sometimes doesn’t sent AssemblyLoad event, we can get exception… Since we never received assembly it’s reasonable to assume source_to_type doesn’t have type of that assembly, hence it doesn’t need remove. For Unloaded assembly message, it’s better to say “<unknown>” then crash.
- Loading branch information