Today, we’re shipping three new releases:
2.0.3
(release notes)1.22.0
(release notes)3.1.1
It’s been 1 month since the release of 3.1.0
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.1.0
to 3.1.1
.
BUG: Fixed an issue where a v3 test process which terminated unexpectedly (for example, because of an out of memory condition) would appear to still be running rather than reporting as crashed. xunit/visualstudio.xunit#442
BUG: Fixed an issue where source information (filename and line number) was missing when reporting test results to VSTest. xunit/xunit#3298
BUG: Fixed an issue where error messages were sometimes causing exceptions rather than being properly reported. xunit/xunit#3144