Today, we’re shipping three new releases:
1.0.1
(release notes)1.19.0
(release notes)3.0.1
It’s been 3½ weeks since the release of 3.0.0
RTM.
As always, we’d like to thank all the users who contributed to the success of xUnit.net through usage, feedback, and code contributions. 🎉
These release notes are a comprehensive list of changes from 3.0.0
to 3.0.1
.
BUG: We fixed an issue where the Visual Studio Code test navigation icons weren’t showing up for unit tests. xunit/visualstudio.xunit#433
BUG: We fixed an issue where some types from the CLR were being duplicated inside the runner DLL with public visibility. Those affected by this buf are limited to those who asked for all public types from all loaded assemblies and then came across one of the duplicated types. xunit/visualstudio.xunit#431