ObjectFiller.NET icon indicating copy to clipboard operation
ObjectFiller.NET copied to clipboard

The .NET ObjectFiller fills the properties of your .NET objects with random data

Results 16 ObjectFiller.NET issues
Sort by recently updated
recently updated
newest added

if use nullable enum in types, filler throw exception

I'm having trouble filling a property that is inherited from an abstract base class. Whatever the setup I try, it seems the property gets ignored by the filler. In the...

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies

Using filler.SetRandomSeed(1000).Setup() my test consistently generates identical data for all fields, as long as i specify certain values like .OnType().Use(DefaultDateTimeOffset). However, when my tests are run in parallel i seem...