Build 1723 no longer runs Nunit
Hi
The latest build no longer runs Nunit unit tests - it was working fine until I installed 1723.
Back to 1722 ...
Regards
Jeremy
Attachment(s):
Capture.PNG
Please sign in to leave a comment.
Hi
The latest build no longer runs Nunit unit tests - it was working fine until I installed 1723.
Back to 1722 ...
Regards
Jeremy
Please sign in to leave a comment.
Same problem with 1724
Using 1720 now until fixed
Jeremy
Hi Jeremy,
could you please create sample solution with exact nunit.framework.dll version you are using?
Also, rebuild your solution. It may happen because of conflicting assemblies.
Hi Victor
I discovered the problem,....
I only had a reference to nunit.framework.
Builds after 1720 require a reference to nunit.core and nunut.core.interfaces as well as to nunit.framework.
Presently running 5.1.1726.35 together with Nunit 2.5.5.10112
So far no problems
Regards
Jeremy
However, I've noticed something else....
Previously if the project didn't compile the tests wouldn't run at all - you would get a Build Fail message. However they now always run - if the project doesn't compile, they run the last good compilation.
Regards
Jeremy