FsCheck 0.8.3

Rating:        Based on 1 rating
Reviewed:  1 review
Downloads: 731
Change Set: 9d02e70dd7f0
Released: Aug 26, 2012
Updated: Aug 26, 2012 by kurt2001
Dev status: Stable Help Icon

Recommended Download

Application Binaries.zip
application, 257K, uploaded Aug 26, 2012 - 731 downloads

Release Notes

What to download?
  • If you use NuGet, grab the FsCheck package: https://nuget.org/packages/FsCheck. If you want to use FsCheck integrated with xUnit.NET, grab FsCheck.Xunit instead: http://nuget.org/packages/FsCheck.Xunit
  • If you use Visual Studio 2010, Binaries will do just as well. It also contains the xUnit.NET integration in a seperate dll - this release depends on xUnit.NET version 1.9.
  • If you use Visual Studion 2012, the binaries are compiled with FSharp.Core 4.0, so will not run out of the box with FSharp.Core 4.3. Adding a bindingredirect to your app.config file should help. See the release notes for version 0.8.3.
  • If you use Mono, download the source from the Source Code tab and run the Makefile. Since the C# fluent interface relies on .NET 3.0 features, this will not be included (i.e. the Fluent.fs file will not be compiled).
  • Examples are included in the source. Refer to the project FsCheck.Documentation for the examples that are included in the documentation. I've stopped adding a source zip for download here since it is so easy to download from the Source Code tab.

Change log

Reviews for this release

     
A very successful rewrite and refactoring of the API. The new version 0.7 feels much more comfortable to use. I am using QuickCheck in Haskell and the new FsCheck 0.7 has the best of it now.
by strakamilan on Oct 29, 2010 at 7:29 PM