On Tue, Jul 12, 2011 at 2:44 PM, Hendry Luk <[email protected]> wrote: > I can't quite find anything about caching-resolver out of the box. Is it > something that I need to implement myself? Is there any implementation that > I can reuse?
Yes.
var resolver = new DefaultAssemblyResolver();
Then you make sure that all your assemblies are read with
new ReaderParameters {
AssemblyResolver = resolver,
};
--
--
mono-cecil
