Info
| Version: | 5.0.0-preview0012 | 
| Author(s): | Nikos Baxevanis, AutoFixture | 
| Last Update: | Tuesday, January 21, 2025 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/AutoFixture/AutoFixture | 
| NuGet Url: | https://www.nuget.org/packages/AutoFixture.AutoFoq | 
Install
Install-Package AutoFixture.AutoFoq
                        dotnet add package AutoFixture.AutoFoq
                        paket add AutoFixture.AutoFoq
                        
                                AutoFixture.AutoFoq Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                         .NETStandard 2.0 
                                        
                    - AutoFixture(>= 4.15.0)
- FSharp.Core(>= 4.2.3)
- Foq(>= 1.8.0 && < 2.0.0)
- AutoFixture(>= 4.15.0)
- FSharp.Core(>= 3.0.2 && < 5.0.0)
- Foq(>= 1.5.1 && < 2.0.0)
- System.ValueTuple(>= 4.4.0)
 
                
The mock instances are created by Foq. To use it, add the AutoFoqCustomization to your Fixture instance.