Hey I noticed when I tried to run docu with our binary that it crashed
hard. For some reason the .NET assembly isn't what docu was
expecting.
I made a fix so that this doesn't crash hard and alerts the user via
command line message and just proceeds to load nothing. I also added
tests around my stuff as well as changes to your tests since they all
assume that loading no assembly is ok.
Here's my github info, lemme know if you can take my fix.
http://github.com/jcbozonier/docu/tree/master
Of course, I'm also curious why this happens in the first place :)