Hi, 1) Good point. Many thanks!
2) That's debatable: what if the resolver is shared by many assemblies? Should we append all the paths? Changing this would be a very subtle potential breaking change. The resolver has a method to let you add a search directory. So you're in charge of this decision on your end. Jb On Mon, Nov 17, 2014 at 11:17 PM, Abdelaziz El Fachtali < [email protected]> wrote: > 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. > -- -- -- 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.
