site/releases/visualstudio/3.0.1.md
Today, we're shipping three new releases:
1.0.1 (release notes)1.19.0(release notes)3.0.1It's been 3½ weeks since the release of 3.0.0.
As always, we'd like to thank all the users who contributed to the success of xUnit.net through usage, feedback, and code. 🎉
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{: .issue-link }
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 bug 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{: .issue-link }