Releases: baileydauterman/Faker.NET
Releases · baileydauterman/Faker.NET
Initial release of Faker.NET
Using the wonderful and hard work of the contributors of faker.js, I have taken some time to try and recreate a fraction of the functionality for C#. I realize there are other projects that do something similar in C#, but I used this a system design project. Trying to find the best ways to quickly provide test data to users.
With this release all the most useful features (determined by me) are available in the English language. German, Spanish, and Russian have some limited implementations of select capabilities.
Path forward:
- I want to find a good way to easily create common file types from objects (using libraries for CSV, JSON, and SQL files)
- Continue to implement languages