I want to jump into coding by contract. I got VS2010 (with the C# 4.0 compiler) but I have to target the 3.5 framework.
What 3rd party code by contract library has classes and interface the most like the .NET 4.0 ones?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From the user guide:
You may have some interesting issues if you want to use the same built assembly against both 3.5 and 4.0 (I don’t know – it may just work) but if you’re just using 3.5, that should be okay.
The extension installs into VS2008 as well as VS2010, I believe.