Monobjc / monobjc

Git Repository for the Monobjc Project
http://www.monobjc.net/
17 stars 3 forks source link

Workaround for Mono recursion bug when loading assemblies. #398

Closed aarononeal closed 11 years ago

aarononeal commented 11 years ago

Some versions of Mono enter a recursive loop if accessing the assembly name or type from within AssemblyLoad. This works around that by specifically checking for mscorlib or System and aborting early.