After loop iteration problem in Spec#

first post: Hyojin wrote: Hi- I'm suffer from tiny problem on spec# programming the subj...

latest post: RustanLeino wrote: There are a number of problems with your program. For example, cons...

List Invariant

first post: mbalves wrote: using System.Collections.Generic; using Microsoft.Contracts; na...

latest post: mbalves wrote: I ran the example with arrays and I added one new invariant. The w...

Method may violate modifies clause of the enclosing method

first post: mbalves wrote: Hello, I'm developing a project in Spec# and I got the warning: Wa...

latest post: RustanLeino wrote: I think these warnings are just what you'd expect. The first warnin...

Rep and Additive

first post: afazeli wrote: Hi, I tried to make a Rep field Additive to use it in one of the i...

latest post: mueller wrote: Hi Adnan, Spec# checks the admissibility of invariants syntacticall...

Internal Compiler Error: System.ApplicationException: unimplemented

first post: afazeli wrote: Hi, I am trying to build my Spec# project but an internal error wi...

latest post: afazeli wrote: Thanks, I didn't notice that.

DateTime type

first post: afazeli wrote: Hi, I am using DateTime objects in the invariants of a class; they...

latest post: afazeli wrote: Hi, Unfortunately the same problem returned back, I don't know what...

Question about run-time checks

first post: afazeli wrote: Hi, When the static verification in Spec# is enough and when the c...

latest post: wuestholz wrote: Hi Adnan, generally static verification can't fully replace testing...

"Target array ... not allowed to be committed"

first post: dtw0986 wrote: I've been encountering this error with my "swap" method during ver...

latest post: wuestholz wrote: Hi, I know of three interesting options that allow you to see what ...

Conditionals possible inside requires clauses?

first post: dtw0986 wrote: I've been attempting to write preconditions and post-conditions fo...

latest post: wuestholz wrote: Hi! syntactically there is no if-then construct in Spec#. However, ...

Quick Installation Question

first post: dtw0986 wrote: I'm attempting to install this using msvs 2010 express and have ex...

latest post: mikebarnett wrote: Unfortunately, I believe VS Express does not provide the extensibil...