Release Notes: June 30, 2015
xUnit.net v2 2.1 Beta 3
Core framework
- Added support for DNX Beta 5.
-
Removed support for Windows 8 applications. If you are unit testing Windows store
applications, xUnit.net supports 8.1 and later.
- Improved performance when running with many rows of theory data.
-
BUG: Fixed several issues with data types not working correctly
in data theories.
-
BUG: Fixed an issue with device runners where it would fail to
run tests because it could not find the unit test assembly.
Console Runner
-
Introduced a new "runner reporter" feature, which allows 3rd parties to write
reporter assemblies to control the output during unit test execution.
- Turned off pre-enumeration of theories to improve performance.
- Added a new
-nocolor
option.
- Added a new
-verbose
option.
MSBuild Runner
-
Introduced a new "runner reporter" feature, which allows 3rd parties to write
reporter assemblies to control the output during unit test execution.
-
Added support for reporting tests to AppVeyor. This is normally automatically
detected during execution, but can be forced with
Reporter="appveyor"
.
- Turned off pre-enumeration of theories to improve performance.
- Added a new
NoColor
option.
- Added a new
NUnit
option to transform results into NUnit format.
- Deprecated
TeamCity="true"
in favor of Reporter="teamcity"
.
- Deprecated
Verbose="true"
in favor of Reporter="verbose"
.
Visual Studio Runner 2.1 Beta 3
For information on using xUnit.net from within Visual Studio, see
Running xUnit.net tests in Visual
Studio.
-
Removed support for Windows 8 applications. If you are unit testing Windows store
applications, xUnit.net supports 8.1 and later.
DNX Runner 2.1 Beta 3
For information on using xUnit.net from DNX projects, see
Getting Started with DNX.
- Added support for DNX Beta 5.
-
Introduced a new "runner reporter" feature, which allows 3rd parties to write
reporter assemblies to control the output during unit test execution.
-
Added support for reporting tests to AppVeyor. This is normally automatically
detected during execution, but can be forced with
-appveyor
.
- Added a new
-nocolor
option.
- Added a new
-verbose
option.