9.0.0
- Change the default test separator to
.
(dot). Override back, using--join-with /
Big thanks @MNie - Add
Expect.wantSome
andExpect.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
torunInParallel
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
* The inlining of the NUnit printing, means that you should remove your dependency on Expecto.TestResults and start using what's available in the core Expecto lib.