AutoFixture Versions Save

AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data.

v5.0.0-preview011

3 weeks ago

What's Changed

Full Changelog: https://github.com/AutoFixture/AutoFixture/compare/v5.0.0-preview010...v5.0.0-preview011

v5.0.0-preview010

1 month ago

v5.0.0-preview009

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/AutoFixture/AutoFixture/compare/v5.0.0-preview008...v5.0.0-preview009

v5.0.0-preview008

2 months ago

What's Changed

Full Changelog: https://github.com/AutoFixture/AutoFixture/compare/v5.0.0-preview007...v5.0.0-preview008

v5.0.0-preview007

5 months ago

What's Changed

Full Changelog: https://github.com/AutoFixture/AutoFixture/compare/v5.0.0-preview006...v5.0.0-preview007

v5.0.0-preview006

5 months ago

What's Changed

Full Changelog: https://github.com/AutoFixture/AutoFixture/compare/v5.0.0-preview005...v5.0.0-preview006

v4.18.1

5 months ago

What's Changed

Full Changelog: https://github.com/AutoFixture/AutoFixture/compare/v4.18.0...v4.18.1

v4.18.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/AutoFixture/AutoFixture/compare/v4.17.0...v4.18.0

v5.0.0-preview005

1 year ago

New Features:

  • Added support for IReadOnlySet<> (#1346, thanks @Kralizek)

v5.0.0-preview004

2 years ago

New Features:

  • Added support for IAsyncEnumerable<>

Improvements:

  • Added support for netstandard2.1 in the AutoFixture package
  • Added netcoreapp3.1 target in test projects.
  • Refactored GetHashCode implementations to use the BCL HashCode type.

Deprecation:

  • Raised minimum .NET Framework version to net461
  • Dropped support for netstandard1.x
  • Dropped support for netcoreapp1.x
  • Dropped support for FakeItEasy v2 to v5