Demo code for my ON.NET show about unit testing with F#.
Borrowed heavily from the excellent @swlaschin's article on property based testing with F#.
Run dotnet test
from a command line either in the solution directory or the test directory. That's it!