Skip to content

Releases: AutoFixture/AutoFixture

Version 5.0.0-preview003

08 Nov 21:32
1f12e34
Compare
Choose a tag to compare
Pre-release

New Features:

  • Added parameter name check for empty Guid expectation (#1169)

Improvements:

  • Upgraded NUnit 2 to v2.7.1, enabling unit testing using dotNet CLI (#1205)
  • Replaced FAKE build script with NUKE (#1299)

Fixes:

  • Fixes preview package publish (#1300)

Version 4.17.0

20 Apr 12:18
730b478
Compare
Choose a tag to compare

New Features:

  • Add behavior for setting read-only collection properties. (#1177, thanks @charles-salmon)
  • Add support for FakeItEasy 7 in AutoFakeItEasy (#1252)

Version 4.16.0

01 Apr 22:27
7e26b35
Compare
Choose a tag to compare

New features:

  • Add support for EnumDataType annotation attribute (#1218, thanks @elasskiy)

Fixes:

  • ConstructorInitializedMemberAssertion false positive for bool arguments (#1236)
  • [NSubstitute] Fix override for ref/out value when value is modified by user (#1251)

Version 4.15.0

18 Dec 16:02
5264098
Compare
Choose a tag to compare

Improvements:

  • Extends support for v6 of FakeItEasy in AutoFixture.AutoFakeItEasy
  • Updates the version range of FSharp.Core in AutoFixture.AutoFoq and AutoFixture.Idioms.FsCheck
    • For .NET Framework targeting projects FSharp.Core (>=3.0.2 && < 5.0.0)
    • For .NET Core, .NET Standard, and .NET 5+ targeting projects FSharp.Core (>=4.2.3)

Version 4.14.0

10 Sep 18:06
3092ff1
Compare
Choose a tag to compare

New Features:

  • Added idiomatic assertions for IEqualityComparer<T> (#1194, thanks @Kralizek)

Version 4.13.0

09 Jul 19:45
d2fa483
Compare
Choose a tag to compare

New Features:

Improvements and fixes:

  • Regex generation no longer yields same results when invoked in rapid succession (#1183, thanks @MagnusMikkelsen)

Version 4.12.0

28 Jun 19:55
c6eecb7
Compare
Choose a tag to compare

New features:

  • Add EmptyStringBehaviorExpectation and WhiteSpaceStringBehaviorExpectation to Idioms project (#896, @aivascu).

Version 4.11.0

08 Jul 20:30
Compare
Choose a tag to compare

New features:

  • Add MemberAutoData attribute to xUnit 2 glue library to mimic MemberData (#1132, @muncinsky).

Version 4.10.0

13 Jun 11:11
Compare
Choose a tag to compare

Improvements:

  • Support null value as a valid argument for InlineAutoDataAttribute for NUnit 3 (#1129, @mjuen).
  • Added missing null guard clauses to the internal code (#1128).

Version 4.9.0

28 May 21:33
cc57fb7
Compare
Choose a tag to compare

Improvements:

  • Support netstandard 2.0 directly by all the packages (#1115).
  • Clarify upper boundary for Moq support for netstandard 1.5 (#1120).

Other changes:

  • Don't publish symbols package anymore (#1118).