Release Notes: July 13, 2015
Visual Studio Runner 2.0.1
For information on using xUnit.net from within Visual Studio, see
Running xUnit.net tests in Visual
Studio.
-
BUG: Fixed an issue when running xUnit.net 1.9.2 tests where
where theories would sometimes not correctly show all results, despite being
run. Test totals, test results, and test icon indicators in Test Explorer
should now all be working as expected.
-
BUG: Test discovery failures were being reported with error
messages, which caused Team Build to report projects with mixed .NET and
C/C++ projects to be "Partially Successful", even though all appropriate
unit tests passed.
-
BUG: Fixed an issue where tests will very long names (longer
than ~ 450 characters) would cause discovery errors, due to limitations on the
SQL Server tables used by the Test Explorer.
-
BUG: Diagnostic message output was missing the xUnit.net
banner and execution time.