Currently Mono.Cecil searches for dependencies (during .Resolve()) in the current directory, which is sub-optimal because that directory is usually random and unconnected to the input assembly.
It would probably be more useful if Mono.Cecil searched in the same directory that the input assembly was in. Do you think this would be doable? Of course, it would also be nice to have a way to specify explicit search paths, but that’s just an idea for a new feature :) -- -- mono-cecil
