Today, we’re shipping two new prereleases:
0.5.0-pre.27
(release notes)3.0.0-pre.42
It’s been 4 weeks since the release of 3.0.0-pre.35
.
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.35
to 3.0.0-pre.42
.
We have added four new RunSettings options: Culture
, Explicit
, FailWarns
, and Seed
.
BUG: We have fixed an issue where source information (file & line number) for a unit test was not reported when the test is inherited from a class in another project. xunit/xunit#3023