Visual Studio adapter 2.5.5 2023 December 8
Today, we're shipping three new releases:
- xUnit.net Core Framework v2
2.6.3
(release notes) - xUnit.net Analyzers
1.7.0
(release notes) - xUnit.net Visual Studio adapter
2.5.5
It's been 3 weeks since the release of 2.5.4
.
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.4
to 2.5.5
.
Features and Fixes
- BUG: This build fixes an issue where XML output could sometimes be incomplete due to a race condition in
xunit.runner.utility
. xunit/xunit#2090