Does mono support Code Contracts? I.e. if I build a class library, can mono users use my assembly?
If not, are there any alternative libraries? Preferably supporting static analysis (through a plugin or similar in visual studio)
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.
According to the compatability website, Monos Code Contracts API is done but the tooling is not yet complete.
EDIT: The newest version of Mono (2.8) only supports Contract.Requires calls and you have to rewrite you code with ccrewrite, link.