Today, we’re shipping one new release and two new prereleases:
0.3.0-pre.18
(release notes)1.16.0
(release notes)3.0.0-pre.30
It’s been 4 weeks since the release of 3.0.0-pre.24
.
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 list of changes from 3.0.0-pre.24
to 3.0.0-pre.30
.
BUG: Fixed an issue where it was not possible to run v3 tests marked as Explicit. The logic now is:
This logic is necessary due to the fact that Test Explorer does not have a concept of ‘explicit’ tests. xunit/visualstudio.xunit#412
BUG: In some situations, it was possible that xunit.runner.json
was not being loaded (and default configuration values were used instead).