Skip to content

Genfu Instances #147

@marcoregueira

Description

@marcoregueira

It would be great to be able to create GenFu instances. That would reduce interferences in multithreaded scenarios, allow creating specialized generators and better support for DI environments.

For instance:

var childGenerator = new GenFuInstance();
var adultGenerator = new GenFuInstance();

childGenerator.Configure<Person>().Fill(x => x.Age).WithinRange(1, 10);
adultGenerator.Configure<Person>().Fill(x => x.Age).WithinRange(20, 100);

PR #146 implements this change with while keeping old static usage to avoid breaking changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions