For some reason when I try to load some assembly and analyze it, I'm getting error Mono.Cecil.AssemblyResolutionException: Failed to resolve assembly...
I don't really care about why this exception throw, I know where is the missing assembly.
There is a way to some something like AppDomain.CurrentDomain.AssemblyResolve
event but for Mono.Cecil?
I can manually load the missing assembly but I don't know how.
So, how can I load an assembly for Mono.Cecil?