Visual Studio adapter 3.1.3 2025 July 16
Today, we're shipping one new releases:
- xUnit.net Visual Studio adapter
3.1.3
It's been 3 days since the release of 3.1.2
.
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 3.1.2
to 3.1.3
.
Features and Fixes
- BUG: Fixed a double-disposal issue that caused developers running xUnit.net v2 tests via
dotnet test
to throw an exception at the end of the test run. dotnet/aspnetcore#62664