How mature is the Microsoft Code Contracts framework?
问题 Microsoft has recently put a release of their Code Contracts framework on DevLabs with a commercial license. We're interested on using them in our project (mostly C#, some C++/CLI) to gradually replace all the custom validation code, but I'm keen to know about the experience other people have had with it before we commit to it, specifically: Do you think the framework is sufficiently mature for large and complex commercial projects? What problems have you run into while using it? What