Release Notes: October 16, 2023
xUnit.net v2 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