Expecto v9.0.0 Release Notes

Release Date: 2020-04-04 // about 4 years ago
  • ๐Ÿ”„ Change the default test separator to . (dot). Override back, using --join-with / Big thanks @MNie
    โž• Add Expect.wantSome and Expect.wantOk, which returns the value inside the Option/Result wrapper if successful, thanks @teo-tsirpanis
    โœ‚ Remove deprecated PackageIconUrl from the build props, replace with PackageIcon, thanks @teo-tsirpanis
    โž• Add cmd file for building on Windows, thanks @teo-tsirpanis
    โœ… Port Expecto's own tests to .net core app 3.1, but target netstandard2.0 for the main lib, thanks @teo-tsirpanis
    โš  Rename parallel to runInParallel in config record to avoid warning, thanks @teo-tsirpanis
    โœ… Inline the XML/NUnit/JUnit test result printer in the main assembly. Thanks @teo-tsirpanis
    Split Expecto monofile into separate per surface area, thanks @teo-tsirpanis