Moq BadImageFormatException with NUnit
I ran into an issue today running a unit test where I kept getting a System.BadImageFormatException
on the test dll. I incorrectly assumed this was NUnit - after digging around a bit I worked out it
was actually Moq that was the source of the problem.
[Read More]