Info
| Version: | 5.0.0-preview0012 | 
| Author(s): | Nikos Baxevanis, AutoFixture | 
| Last Update: | Tuesday, January 21, 2025 | 
| .NET Fiddle: | Online Example | 
| Project Url: | https://github.com/AutoFixture/AutoFixture | 
| NuGet Url: | https://www.nuget.org/packages/AutoFixture.AutoFakeItEasy | 
Install
Install-Package AutoFixture.AutoFakeItEasy
                        dotnet add package AutoFixture.AutoFakeItEasy
                        paket add AutoFixture.AutoFakeItEasy
                        
                                AutoFixture.AutoFakeItEasy Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                         .NETStandard 1.6 
                                        
                    - AutoFixture(>= 4.15.0)
- FakeItEasy(>= 3.0.0 && < 7.0.0)
- NETStandard.Library(>= 1.6.1)
- AutoFixture(>= 4.15.0)
- FakeItEasy(>= 4.9.0 && < 7.0.0)
- AutoFixture(>= 4.15.0)
- FakeItEasy(>= 1.7.4109.1 && < 7.0.0)
 
                
The mock instances are created by FakeItEasy. To use it, add the AutoFakeItEasyCustomization to your Fixture instance.