Release Notes: September 1, 2017
xUnit.net v2 2.3 Beta 5
Core framework
- Update to
xunit.analyzers
version 0.7.0.
-
Added the ability to disable cross-collection parallelization for individual
test collections, via the test collection definition (by setting
[CollectionDefinition(DisableParallelization = true)]
). Parallel-capable
test collections will be run first (in parallel), followed by parallel-disabled
test collections (run sequentially).
-
BUG: Fixed an issue when running .NET Core 1.x tests would fail
if the .NET 2.0 SDK was being used.
dotnet xunit runner
-
BUG: Fixed an issue when running .NET Core 1.x tests would fail
if the .NET 2.0 SDK was being used.
-
BUG: Fixed an issue where bright colors would not show up on
Linux or OS X consoles that reported only 8-color support. This would cause some
text to become illegible.
Console runner
-
BUG: Fixed an issue where bright colors would not show up on
Linux or OS X consoles that reported only 8-color support. This would cause some
text to become illegible.
Visual Studio runner
For information on using xUnit.net from within Visual Studio, see
Running
tests with Visual Studio in the Getting Started documentation.
- Ongoing performance improvements.
-
BUG: Fixed an issue when running .NET Core 1.x tests would fail
if the .NET 2.0 SDK was being used.