Sometimes when debugging with my application I encounter Contract.Requires()
failing due to the condition its evaluating returning false (all good so far). However, if I click the Abort button webserver crashes and I get the message: "... has encountered a
problem and needs to close ...". Two questions:
- Is this the expected behaviour?
- If not, what should be the behaviour?