Back to Xunit

Core Framework v2 2.5.3

site/releases/v2/2.5.3.md

latest660 B
Original Source

Today, we're shipping one new release:

  • xUnit.net Core Framework v2 2.5.3

It's been 4 days since the release of 2.5.2.

As always, we'd like to thank all the users who contributed to the success of xUnit.net through usage, feedback, and code. 🎉

Release Notes

These release notes are a comprehensive list of changes from 2.5.2 to 2.5.3.

Assertion Library

  • BUG: Fixed a regression comparing collections with a custom comparer, where the element in the collection was IEnumerable (something we should have ignored, but didn't). xunit/xunit#2795{ .issue-link }