2

Is there any model checking library for c# code? I am seeking for pre,post condition annotations class invariants, like in Eiffel. I have googled Spec# but as I understood it is language extension not a library as I would expect.

Thank You!

Sergey Kucher
  • 4,140
  • 5
  • 29
  • 47

1 Answers1

3

Have a look at Code Contracts.

Sergei Rogovtcev
  • 5,804
  • 2
  • 22
  • 35