AutoFixture v4.5.0 Release Notes

Release Date: 2018-07-12 // almost 6 years ago
  • ๐Ÿ†• New features:

    • Generate non-typed expressions (LambdaExpression type) (thanks @bordecal).
    • ๐Ÿ— Introduce UnwrapMemberRequest builder. See motivation in #1055.
    • ๐Ÿ‘€ Introduce ToCustomization() extension. See motivation in #1056.

    ๐Ÿ‘Œ Improvements and fixes:

    • ๐Ÿ‘ Better deferred method detection approach in Idioms.
    • Don't fail when [MinLength] attribute is specified only for arrays (thanks @Pvlerick).
    • ๐Ÿ—„ Deprecate redundant customizations.