Am Samstag, 22. März 2014 17:58:42 UTC+1 schrieb Jb Evain: > > The package on nuget is quite stable. There hasn't been much important > changes between the last push on nuget and master. > > That being said, Cecil does have a pretty extensive test suite, so > it's always possible that you hit bugs in Cecil, but it's a lot more > likely that you're introducing errors when injecting custom IL. >
Okay, thanks for the reply. Think I'll upgrade to 0.9.5 then. Btw, I found the last error. It wasn't where I looked. (But what I saw was still instructive.) I had removed too many restrictions in my code but didn't implement other required changes yet. So I ended up messing up virtual methods and that seems to confuse PEVerify so much it's speechless... -- -- -- mono-cecil --- You received this message because you are subscribed to the Google Groups "mono-cecil" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
