Skip to content

Releases: fscheck/FsCheck

2.12.1

18 Oct 22:31

Choose a tag to compare

Fix FsCheck.Xunit's CheckExtensions so that the throwing methods actually throw on failure.
Add new generator extensions for C#: Zip, Zip3, Or and OrNull. (by Stijn Moreels)
Add Gen.collect and variations. (by Stijn Moreels)
Fix to offset of DateTimeOffset generator. (by Evgeny Grebenyuk)

3.0.0-alpha4

06 Oct 20:22

Choose a tag to compare

3.0.0-alpha4 Pre-release
Pre-release

Propagate thread-local arbitraries to thread pool threads that are executing tests.

2.12.0

06 Oct 12:41

Choose a tag to compare

Update NUnit to 3.10.1.
Add Arbitrary instance for XML encoded string. (by Stijn Moreels)

2.11.0

15 Jun 20:31

Choose a tag to compare

DateTime now also generates kind and milliseconds (by Matthew Peacock)
Removed EditorBrowsable.Never from all but the obsoleted methods. F# intellisense now also honors these attributes, and so they
were hiding a bunch of methods unnecessarily. The upshot is that C# users will see more of the API that is F# specific.

2.10.10

15 May 19:59

Choose a tag to compare

Gen.subListOf can now generate the entire given list, where previously it would always generate a strict sublist. (by Michał Niegrzybowski)

2.10.9

10 Apr 20:48

Choose a tag to compare

FsCheck.NUnit: Bugs fixed and added support for Ignore and Category attributes. (by Eirik Tsarpalis)

2.10.8

03 Mar 09:10

Choose a tag to compare

Add some C# extension members to combine boolean properties. (by Stijn Moreels)

2.10.7

29 Jan 21:02

Choose a tag to compare

Fix FsCheck.NUnit issue - failure output was not shown. (by adj123)
Add C# Implies extension method. (by adj123)

3.0.0-alpha3

30 Dec 21:06

Choose a tag to compare

3.0.0-alpha3 Pre-release
Pre-release

NuGet packaging: relax FSharp.Core constraint to 4.0 and higher for .NET Desktop.

2.10.6

30 Dec 20:48

Choose a tag to compare

NuGet packaging: relax FSharp.Core constraint to 4.0 and higher for .NET Desktop and PCL targets.