Today, we’re shipping three new releases:
1.1.0
(release notes)1.20.0
(release notes)3.0.2
It’s been 1 month since the release of 3.0.1
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.1
to 3.0.2
.
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