A .NET port of the Ruby faker gem
Install-Package FakerDotNet
var firstName = Faker.Name.FirstName(); // John
var lastName = Faker.Name.LastName(); // Smith
There are many ways you can contribute to FakerDotNet. Like most open-source software projects, contributing code is just one of many outlets where you can help improve. Some of the things that you could help out with in FakerDotNet are:
- Documentation
- Bug reports
- Bug fixes
- Feature requests
- Feature implementations
- Test coverage
- Code quality
Copyright © 2018 Steven Atkinson and contributors
FakerDotNet is licensed under MIT. Refer to LICENSE for more information.