wuke32767
wuke32767
Finally i solved the #223. Based on #178. One line in the test case was removed. It will hook an alc method, so that it will be trapped in the...
https://github.com/MonoMod/MonoMod/blob/bc177577c97ff9d52074f258f2d0735cc2416603/src/MonoMod.Utils/DynamicMethodDefinition.cs#L153-L175 severity: not severe at all, it won't affect dynamic method backend, and cecil backend can make it valid again / don't work with alc.
### Description see title. Here is what I've found: https://github.com/MonoMod/MonoMod/blob/bc177577c97ff9d52074f258f2d0735cc2416603/src/MonoMod.Utils/MMReflectionImporter.cs#L121 Imported assembly name is *cached*. If a different assembliy with the same name was imported, it would modify the previous...