github fluentassertions/fluentassertions 4.0.0
Fluent Assertions 4.0.0

latest releases: 7.0.0-alpha.3, 7.0.0-alpha.2, 7.0.0-alpha.1...
8 years ago
  • Adds support for .NET 4.6, CoreCLR, .NET Native and Universal Windows Apps for Windows 10
  • Removes support for Windows 8.0
  • Removes v3 code that was marked as [Obsolete]:
    • StringCollectionAssertions.Contains(IEnumerable<string>, string)
    • StringCollectionAssertions.Contains(IEnumerable<string>, IEnumerable<string>)
    • CollectionMemberSubjectInfo.PropertyInfo, PropertyPath, PropertyDescription
    • EquivalencyAssertionOptions.Empty and Default which are replaced by the AssertionOptions class
    • IMatchingRule, which is replaced by IMemberMatchingRule
    • ISelectionRule, which is replaced by IMemberSelectionRule
    • ISubjectInfo no longer has properties for getting information about properties since that was replaced with the more general member properties.
    • SelfReferenceEquivalencyAssertionOptions no longer has methods to include/exclude properties, but provides methods for selecting members instead.

Don't miss a new fluentassertions release

NewReleases is sending notifications on new releases.