Hi,

1- I want to report an issue about the method : BaseAssemblyResolver*.*
GetAssemblyInNetGac(), the gac list must be updated by adding the GAC_64 :
 var gacs = new [] { "GAC_MSIL", "GAC_32", "GAC" }; 

2- An other issue relating to the SearchDirectories in the constructor:

protected BaseAssemblyResolver ()
{

directories = new Collection<string> (2) { ".", "bin" };

} Those paths { ".", "bin" } should be relative to the assembly we're 
analyzing instead of the working directory. Regards,

-- 
-- 
--
mono-cecil
--- 
You received this message because you are subscribed to the Google Groups 
"mono-cecil" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to