Skip to content

v3.0.0

Compare
Choose a tag to compare
@ronaldbosma ronaldbosma released this 06 Apr 16:45
· 21 commits to master since this release
4a04319

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.
  • Minimum Moq version changed from 4.7 to 4.13.