Release Notes: August 14, 2017
xUnit.net v2 2.3 Beta 4
Core framework
- Update to
xunit.analyzers
version 0.6.0.
-
Added support for .NET Core 2.0. Both
dotnet-xunit
and xunit.console
now ship with .NET Core 1.0 and 2.0 builds, due to limitations in the way that the .NET
SDK will not promote 1.0 to 2.0 via prefercliruntime
. Other runners did not
require 2.0-specific builds.
- Ensured that all .NET Core 1.0 projects were built against 1.0.0 instead of 1.0.5.
-
BUG: Fixed an issue where grandparent and higher classes were not being correctly
traversed to find test method info.
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 where .NET Core tests were not correctly running on machines
with desktop .NET 4.7 installed.