Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6234971
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T10:35:23+00:00 2026-05-24T10:35:23+00:00

If I write [Pure] static string s10 {get;set;} static void Main(string[] args) { Contract.Ensures(s10.Length

  • 0

If I write

 [Pure]
 static string s10 {get;set;}

 static void Main(string[] args)
 {
     Contract.Ensures(s10.Length <= 10); //Contract fails
     s10 = ";uhlakushdflausgdflasgdfljgaskdjgfasd";
 }

As I don’t have Premium edition of VS, so no static checking, after run program VS reports me problem: Postcondition failed: s10.Length <= 10, good.

if I write, instead

 [Pure]
 static string s10 {get;set;}

 static void Main(string[] args)
 {
    Contract.Requires(s10.Length <= 10); //NullReferenceException
    s10 = ";uhlakushdflausgdflasgdfljgaskdjgfasd";
 }

VS reports me Null reference exception.

Does it actually mean, that as Ensures is postcondition dirrective, even if I put its call like a first line of my method, it will be validated like last one, just before exiting the function ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T10:35:24+00:00Added an answer on May 24, 2026 at 10:35 am

    Yes – the Code Contracts rewriter moves the code around to the appropriate place, as well as a few other things. It’s worth looking at the result in Reflector to see what’s going on.

    I strongly advise you to read the user guide that comes with Code Contracts thoroughly. From what I remember, it’s an excellent bit of documentation.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to write some code using pure SQL using ASP.NET MVC. I assume
I write a singleton c++ in the follow way: class A { private: static
I write a large static method that takes a generic as a parameter argument.
Would it be possible to write a basic SSH client in pure javascript using
Is it possible to write a filesystem for Windows in pure usermode, or more
Can I write custom Qt widget in pure C++, compile it and use in
I need a way to write an excel file with format through Pure PHP.
GUI apps for Win/Linux/Mac in C/C++: I want know how to write a pure
how do i write a Logo thats made out of pure css so its
Is there a way to write the following pure javascript in prototypejs var xhr

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.