Today, we’re shipping one new release and two new prereleases:
0.6.0-pre.7
(release notes)1.17.0
(release notes)3.0.0-pre.49
It’s been 3 weeks since the release of 3.0.0-pre.42
.
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.42
to 3.0.0-pre.49
.
XunitSkipReason
. Note that this value is only filled in for tests which are unconditionally skipped; that is, if the test sets either SkipWhen
or SkipUnless
(indicating that it’s conditionally skipped), then this value will not be present. xunit/visualstudio.xunit#422