GenFu is a library you can use to generate realistic test data. It is composed of several property fillers that can populate commonly named properties through reflection using an internal database of values or randomly created data. You can override any of the fillers, give GenFu hints on how to fill them.
While filling a value type I discovered that you don't have a check that checks a value type default value.
So I implemented the one and can create a pull request.
However, I would also like to add public fields filling too. Do you accept that?
While filling a value type I discovered that you don't have a check that checks a value type default value. So I implemented the one and can create a pull request. However, I would also like to add public fields filling too. Do you accept that?