Skip to content

Port of the ruby ffaker project to .NET, with the original ruby tests also ported to .NET. Supports mono.

License

Notifications You must be signed in to change notification settings

jonwingfield/Faker.Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ba08be5 · Sep 25, 2014

History

35 Commits
Jul 25, 2014
Jul 25, 2014
Apr 16, 2012
Aug 3, 2013
Apr 15, 2012
Apr 17, 2012
Jul 24, 2014
Jun 15, 2011
Apr 17, 2012

Repository files navigation

Faker.NET

As much as possible, a line-for-line port of ffaker for ruby (https://github.com/EmmanuelOga/ffaker).

Relies on ideas taken from Rob Conery's and Jon Wingfield's excellent sugar library (https://github.com/jonwingfield/sugar). I have just taken the idea to minimize the assembly's dependencies.

Supports .NET Framework and Mono.

Building

nant build

nant build -D:mode=Debug

Tests

There is a project in the solution named Faker.Net.NUnit.Tests that uses the relevant ffaker tests written in Ruby to test the .NET code.

NAnt command to run unit-tests

nant test

nant test -D:mode=Debug

Cleaning build output

nant clean

nant clean -D:mode=Debug

Contrib

This is my first open source project, so any and all feedback/pull requests are welcomed and requested.

About

Port of the ruby ffaker project to .NET, with the original ruby tests also ported to .NET. Supports mono.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages