Today, we're shipping three new releases:
It's been 2 months since the release of 2.5.6 RTM.
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.5.6 to 2.5.7.
xunit.abstractions.dll
to be re-signed
despite already being signed, which then caused double-writes when the file was being copied during builds.
This did not cause any runtime issues, as the binaries were still identical, but it did cause occasional
unnecessary rebuilds (especially for .NET Framework projects) because of the competing files. (This was
also true for xunit.runner.reporters.*.dll
and xunit.runner.utility.*.dll
, though
that was less common as it would only affect writers of third party runners.)
xunit/visualstudio.xunit#399