I'm thinking about adding Code Contracts to our project. We use C# and Visual Studio 2015. I have read that Code Contracts were broken for this version because of new Roslyn Compiler. Is it still true?
Also if it turns out that I will be the only person in the team who uses code contracts is it necessary for others to install code contracts on their machines?
I want to be sure that my commit won't break the build if my team decides to not use the contracts.