github fluentassertions/fluentassertions 5.5.0

latest releases: 7.0.0-alpha.3, 7.0.0-alpha.2, 7.0.0-alpha.1...
4 years ago
  • {Breaking Change} Since the addition of Should().Throw and Should().NotThrow for Func<T>, assertions Should().Be and Should().NotBe can't be used on Func<T> objects anymore, so this may cause breaking changes. These instances can easily be replaced with Should().BeSameAs and Should().NotBeSameAs as these types are compared by references.

Don't miss a new fluentassertions release

NewReleases is sending notifications on new releases.