site/releases/v2/2.3.1.md
Today, we're shipping two new releases:
2.3.1It's been 3 weeks since the release of 2.3.0.
As always, we'd like to thank all the users who contributed to the success of xUnit.net through usage, feedback, and code. 🎉
These release notes are a comprehensive list of changes from 2.3.0 to 2.3.1.
Microsoft.DotNet.InternalAbstractions and Microsoft.Extensions.DependencyModel.When exiting with Ctrl+C, the standard Windows exit code (0xC000013A, or -1073741510) is now correctly used.
BUG: Fixed an issue where the XML results file was being over-written without erasing the old contents, the end result of which could be corrupted XML files.
BUG: Fixed an issue where MSBuild runner reporters were not working. This was most obviously affecting TeamCity and AppVeyor users who lost their test reporting.
BUG: The XML results output file was being left open longer than intended. Now it should be closed by the time the <xunit> task has completed.
BUG: All reports other than XML v2 (for example, HTML and NUnit) were failing to output correctly, instead causing a null reference exception.