Fixie v2.0.0 Release Notes

Release Date: 2018-05-09 // almost 6 years ago
  • ๐Ÿ›  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.