nickdodd79 / AutoBogus

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

Added generators for DataSet and DataTable types (both typed and vanilla) #52

Closed logiclrd closed 3 years ago

logiclrd commented 3 years ago

This PR:

The net result of this should be that AutoFaker.Generate<MyDataTableType>() should be able to create an instance of the typed DataTable and populate it with bogus data. I would like to use AutoBogus in a context where there are a bunch of auto-generated typed DataTable types.

logiclrd commented 3 years ago

@nickdodd79 If there's a chance you might merge this in, just not before EOD today, would you consider marking this PR with the label hacktoberfest-accepted? :-)

nickdodd79 commented 3 years ago

Hey @logiclrd

Thanks for the contribution. Hopefully I tagged it correctly.

Nick.