This contains a very useful extension method for AutoFixture that allows you to OmitRecursion, (if a class has multiple nested objects, and/or self-reference, this simple extension method allows you to provent this from being an issue).
Info
| Version: | 5.0.157-preview |
| Author(s): | Frank R. Haugen |
| Last Update: | Sunday, November 5, 2023 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/frankhaugen/Frank.Libraries |
| NuGet Url: | https://www.nuget.org/packages/Frank.Libraries.AutoFixture |
Install
Install-Package Frank.Libraries.AutoFixture
dotnet add package Frank.Libraries.AutoFixture
paket add Frank.Libraries.AutoFixture
Frank.Libraries.AutoFixture Download (Unzip the "nupkg" after downloading)
Dependencies
- AutoFixture(>= 4.14.0)
Tags