Skip to content

Releases: Accenture/AutoFixture.XUnit2.AutoMock

Version 3.3.1

29 Oct 13:13
e5e7712
Compare
Choose a tag to compare

Summary

Introduce newest .NET platforms:

  • .NET Standard 2.1
  • .NET Core 3.0
  • .NET Framework 4.8

Update NuGet packages:

  • coverlet.msbuild: 2.6.3 -> 2.7.0
  • FakeItEasy: 5.1.1 -> 5.4.0
  • FluentAssertions: 5.8.0 -> 5.9.0
  • FxCop: 2.9.4 -> 2.9.6
  • Microsoft.NET.Test.Sdk: 16.2.0 -> 16.3.0
  • Moq: 4.12.0 -> 4.13.1

CustomizeWithAttribute moved to appropriate namespace.
Minor readability fixes & build improvements.

NuGet packages

Version 3.3.0

24 Aug 11:26
Compare
Choose a tag to compare

Summary

CustomizeWith attribute introduced.

Fix

  • #24: How to provide my own customization?
  • #25: ShareFixture = false doesn't seem to work.
  • Build improvments
    • Skip commits to markdown
    • No download progress on choco install
    • Run test agains NET Core 2.2

Update NuGet packages:

  • AutoFixture.* 4.8.0 -> 4.11.0
  • FakeItEasy 5.1.0 -> 5.1.1
  • Moq 4.10.1 -> 4.12.0
  • NSubstitute 4.0.0 -> 4.2.1
  • JetBrains.Annotations 2019.1.1 -> 2019.1.3
  • coverlet.msbuild 2.6.0 -> 2.6.3
  • FluentAssertions 5.6.0 -> 5.8.0
  • Microsoft.CodeAnalysis.FxCopAnalyzers 2.9.2 -> 2.9.4
  • StypeCop.Analyzers 1.0.2 -> 1.1.118
  • Microsoft.NET.Test.Sdk 16.0.1 -> 16.2.0

NuGet packages

Version 3.2.0

05 Mar 22:20
Compare
Choose a tag to compare

Summary

Update test projects to .NET Core 2.2
Update NuGet packages:

  • xUnit*: 2.4.0 -> 2.4.1
  • AutoFixture* 4.5.0 -> 2.8.0
  • Moq 4.10.0 -> 4.10.1
  • NSubstitute 3.1.0 -> 4.0.0
  • FakeItEasy 3.1.0 -> 5.1.0
  • Microsoft.CodeAnalysis.FxCopAnalyzers 2.6.1 -> 2.6.3
  • JetBrains.Annotations 2018.2.1 -> 2018.3.0
  • FluentAssertions 5.4.2 -> 5.6.0
  • Microsoft.NET.Test.Sdk 15.8.0 -> 16.0.1
  • coverlet 2.3.0 -> 2.6.0

NuGet packages

Version 3.1.0

25 Sep 15:35
Compare
Choose a tag to compare

Version 3.0.67

17 Sep 10:55
a2b5a90
Compare
Choose a tag to compare

Summary

Update NuGet packages:

  • xunit.abstractions: 2.0.2 -> 2.0.3
  • JetBrains.Annotations: 11.1.0 -> 2018.2.1
  • FluentAssertions: 5.4.1 -> 5.4.2
  • Moq: 4.9.0 -> 4.10.0

NuGet packages

Version 3.0.30

17 Jul 22:27
ea07201
Compare
Choose a tag to compare

Version 3.0.25

17 Jul 16:36
Compare
Choose a tag to compare

Summary

The following issues have been fixed:

  • #14 - .NET Core support
  • #15 - Move build system from Travis to AppVeyor

Tasks completed:

  • Support for netstandard2.0, net46 and net47.
  • Signing assemblies with public key locally and with strong key on build server.
  • Support for Pull Requests when signing assemblies.
  • Generating NuGet packages during build (single run for both compile and pack).
  • Version patching for assemblies and packages
  • Referenced NuGet packages updated to newest versions.

NuGet packages

Version 2.0.5

30 Jan 16:09
bb03cc8
Compare
Choose a tag to compare

Version 2.0.0

09 Jan 16:26
e722926
Compare
Choose a tag to compare

Summary

Added support for NSubstitute

Breaking change

Attributes naming changed to:

  • AutoMockData
  • InlineAutoMockData
  • MemberAutoMockData

NuGet packages

Version 1.1.2

23 Jan 06:57
Compare
Choose a tag to compare

Summary

Added possibility to ignore virtual members when generating objects with AutoFixture
Design change separating construction phase from configuration and data generation phase.

NuGet