Releases: Accenture/AutoFixture.XUnit2.AutoMock
Releases · Accenture/AutoFixture.XUnit2.AutoMock
Version 3.3.1
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
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
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
Summary
IgnoreVirtualMembers attribute introduced.
NuGet packages
Version 3.0.67
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
Summary
Added support for FakeItEasy
NuGet packages
Version 3.0.25
Summary
The following issues have been fixed:
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
Summary
Added support for AutoFixture v4
NuGet packages
Version 2.0.0
Summary
Added support for NSubstitute
Breaking change
Attributes naming changed to:
- AutoMockData
- InlineAutoMockData
- MemberAutoMockData
NuGet packages
Version 1.1.2
Summary
Added possibility to ignore virtual members when generating objects with AutoFixture
Design change separating construction phase from configuration and data generation phase.