I'm encountering a very strange issue when trying to build a solution that uses Code Contracts. For no appearant reason, at some point build gets canceled - or so it says in VS's output window. There are no compilation error of any sort and if I choose a different build configuration - one that is NOT using Code Contracts - the solution builds without any issues.
Is there anything that would make Code Contracts cancel a build?
I'm using visual-studio-2013 with Update 4 and CC version 1.7.11106.10, which is to this date the latest.