nickdodd79 / AutoBogus

A C# library complementing the Bogus generator by adding auto creation and population capabilities.
MIT License
423 stars 49 forks source link

Added AutoBogus.Template and WithTreeDepth #64

Closed Ian1971 closed 3 years ago

Ian1971 commented 3 years ago

Added AutoBogus.Template to provider templating for data generation. See https://github.com/nickdodd79/AutoBogus/blob/5c6b208da21eb08dc50223b62be6b6e5bc1be42c/src/AutoBogus.Tests/TemplateFixture.cs for example

Added WithTreeDepth config option to speed up some graphs WithRecursiveDepth does not help as that only considers graphs where the same type appears multiple times in a branch.