Visual Studio adapter 3.0.2 2025 February 7
Today, we're shipping three new releases:
- xUnit.net Core Framework v3
1.1.0
(release notes) - xUnit.net Analyzers
1.20.0
(release notes) - xUnit.net Visual Studio adapter
3.0.2
It's been 1 month since the release of 3.0.1
.
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.1
to 3.0.2
.
Features and Fixes
Attachments (added via
TestContext.Current.AddAttachment
) are now being reported to VSTest, and should be visible in Test Explorer when running in VSTest mode.BUG: We have fixed an issue where we were not correctly reading the default
App.config
file for v1/v2 .NET Framework projects. xunit/xunit#3130