Visual Studio adapter 3.0.1 2025 January 9
Today, we're shipping three new releases:
- xUnit.net Core Framework v3
1.0.1
(release notes) - xUnit.net Analyzers
1.19.0
(release notes) - xUnit.net Visual Studio adapter
3.0.1
It'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. 🎉
Release Notes
These release notes are a comprehensive list of changes from 3.0.0
to 3.0.1
.
Features and Fixes
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 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