All Versions
14
Latest Version
Avg Release Cycle
86 days
Latest Release
1042 days ago
Changelog History
Page 2
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, 20182018-03-03