Skip to content

v5.0.0 – The Spirit Guardian

Compare
Choose a tag to compare
@haf haf released this 17 Jun 09:12
· 710 commits to main since this release

In this release we have done some major-version improvements, like adding support for .Net Core out of the box, added Assert functions and improved output for continuous integration systems.

  • New Assert.isOk and isError for the new F# result types. (thanks @rmunn)
  • New allEqual assert function (thanks @MNie)
  • Bump to latest and greatest Logary facade (@haf)
  • Greatly improve documentation (see README) for FsCheck (thanks @AnthonyLloyd)
  • Bugfixes
    • New CI matrix build added
    • .Net Framework version target is now v4.6.1
    • Support for latest Mono.Cecil