C# multiple managed dependencies failing when not run with optimizations -
i've found utterly hilarious bug when i've been trying debug wix installer's custom actions.
i didn't write code, somehow 1 of 3 managed .dlls decides invisible main .dll, that's referenced , called wix, when turn optimisations off (to debug) main .dll.
as understand, multiple dependencies in wix difficult or impossible without using tool ilmerge , i'll end splitting down own separate .dlls , have loads of custom actions instead.
the main question here is: (out of pure curiosity) why dependencies loading when optimisations enabled , not without them being enabled?
Comments
Post a Comment