Visual Studio adapter 2.5.6 2023 December 22
Today, we're shipping three new releases:
- xUnit.net Core Framework v2
2.6.4(release notes) - xUnit.net Analyzers
1.8.0(release notes) - xUnit.net Visual Studio adapter
2.5.6
It's been 2 weeks since the release of 2.5.5.
As always, we'd like to thank all the users who contributed to the success of xUnit.net through usage, feedback, and code. 🎉
Release Notes
These release notes are a comprehensive list of changes from 2.5.5 to 2.5.6.
Features and Fixes
BUG: Fixed a race condition introduced by
ExecutionSinkin Core Framework v2 2.6.3 which was causing runners to sometimes trigger anObjectDisposedExceptionwhile 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#396BUG: Fixed an issue where Visual Studio Test Explorer would output a message stating
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