Hi JB, I want to call a generic method that i have to close with an enum type that is in my assembly, the method is in a referenced assembly.
var closed = new GenericInstanceMethod(method);
closed.GenericArguments.Add(genericType.Resolve());
This operation adds an assembly self reference to my assembly.
Do you have an idea how to fix that?
If you need an example project I can do that as well.
Jan
--
--
mono-cecil
