You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Changes
Support matching objects of different types with the same data.
E.g. passing a parameter of type List<T> into a method that expects IEnumerable<T> will now execute the FluentAssertions comparison. In v2.0.0 the mock verification would fail, even if the objects where equivalent. See issue #7.
Because of the behavioural change, a new major version has been introduced.