Hey, On Sun, Apr 18, 2010 at 11:16 PM, Fabrice Michellonet <[email protected]> wrote: > When importing a MethodRef from a non signed Assembly, a null pointer > exception is thrown in Import::ImportAssemblyName
This has been fixed last Tuesday. > By the way, i was wondering if it wouldn't be great if all used > References (MethodRef, TypeRef etc..) used during IL Emit would be > "auto" imported in the current Module? One of the issue about that is that you can emit IL into a method that is not yet attached to a module. It's planned to add a more powerful ILGenerator to Mono.Cecil.Rocks, and this one would automatically import references. -- Jb Evain <[email protected]> -- -- mono-cecil Subscription settings: http://groups.google.com/group/mono-cecil/subscribe?hl=en
