Today, we're shipping three new releases:
It's been 2 weeks since the release of 2.5.5 RTM.
As always, we'd like to thank all the users who contributed to the success of xUnit.net through usage, feedback, and code. 🎉
These release notes are a comprehensive list of changes from 2.5.5 to 2.5.6.
ExecutionSink
in
core framework v2 2.6.3 which was causing runners to sometimes trigger an
ObjectDisposedException
while finishing running an assembly. This was more
easily reproduced in low CPU thread count conditions (more common in CI environments than
developer machines). This runner build includes that fix.
xunit/visualstudio.xunit#396
Failed to load extensions from file 'xunit.runner.visualstudio.dotnetcore.testadapter.dll'
when discovering or running tests for .NET Framework. (The message was benign, so the only change here is
that the message is no longer being generated.)
xunit/visualstudio.xunit#397