Fixie v2.0.3 Release Notes

Release Date: 2018-12-04 // over 5 years ago
  • ๐Ÿ› Bugs Fixed

    • When formatting output under TeamCity, ensure all non-ASCII characters are properly escaped.
    • โœ… When asynchronous F# test cases return the F#-specific Async<'T> type, ensure that execution has completed before determining the case's result.
    • โœ… Ensure that execution of any asynchronous test case completes before determining the case's result, whether or not the async keyword is present, even when the Task object is returned from a method declared with object as the return type.
    • โœ… Asynchronous test cases which return the null task always pass, as there is no more work to perform.
    • โœ… Asynchronous test cases fail with a clear explanation, instead of blocking indefinitely, when the Task returned was never started.

    Huge thanks to @petejohanson!