Whenever I run either of the following unit test with a debugger attached, I get a VerificationException
inside FluentValidation code at this point (will post w
I experienced the same issue and found TypeMock 6.0 to be the culprit. By disabling TypeMock Isolator (menu TypeMock -> Disable TypeMock Isolator) I got rid of the problem. This of course breaks any TypeMock dependent test.
Note that adding FluentValidation to IntelliTrace exceptions does not resolve the issue when TypeMock is the problem.