Back to Xunit

Visual Studio adapter 3.1.3

site/releases/visualstudio/3.1.3.md

latest694 B
Original Source

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{: .issue-link }