All Versions
14
Latest Version
Avg Release Cycle
86 days
Latest Release
1042 days ago

Changelog History
Page 2

  • v2.0.1 Changes

    June 15, 2018

    ๐Ÿ› Bugs Fixed

    ๐Ÿš€ #189 Fixes the XML report schema to match xUnit V2's output. This release correctly produces the <collection> tag rather than an incorrect <class> tag, and correctly formats the reason text for a skipped test.

  • v2.0.0 Changes

    May 09, 2018

    ๐Ÿ›  Fixie's 2.0 release is a major overhaul of both its implementation and its customization API.

    • .NET Core and multitargeting: target net452 or higher, netcoreapp2.0 or higher, or a combination.
    • โœ… Run your tests with dotnet fixie.
    • ๐Ÿ‘Œ Improved integration with AppVeyor, TeamCity, TestDriven.NET, and Test Explorer.
    • ๐ŸŽ Performance enhancements.
    • โœ… Test Explorer can now run a mix of 32-bit and 64-bit test assemblies.
    • โœ… Reimagined customization API: 1.0's customization API was difficult to explain, difficult to use, motivated bad behavior, and could easily be thwarted when combining its features in unanticipated ways. The new API is simpler to reason about, and gives you greater control over how you want to organize your customization of the test discovery and execution phases.
  • v2.0.0-rc

    May 07, 2018
  • v2.0.0-beta Changes

    May 06, 2018

    2018-03-03