Hi lextm,
I just downloaded RC3 source, rebuilt and two of the unit tests fail:
·ObfuscarTests.OutPathTests.CheckInvalidOutPath:
Exception was expected to be of type ApplicationException.
Expected: True
But was: False
·ObfuscarTests.SkipEventTests.CheckDropsEvents:
Some of the methods for the type are missing.
Expected: 8
But was: 4
I actually just fixed the first, by running the Nunit test as administrator. But I’m worried about the second test, since I don’t know if this is a bug in the unit test or in the obfuscation logic. What are your thoughts?
PS: I have not changed any code, other than: copy the ILSpy and cecil folders from my previous run – these were downloaded from the internet on Dec 27th, and fix up a missing package error in the solution. And I’m using VS 2013 instead of VS 2012…