Skip to content

juanbassist/faker-cs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Support for COM interop.

  • Compile for COM Interop. (Example x64) compile

  • Register COM Component (Example x64)

C:\Windows\Microsoft.NET\Framework64\v4.0.30319>RegAsm.exe "A:\WKS-VisualStudio\faker-cs\src\Faker.NET47\bin\x64\Release\Faker.NET47.dll"
  • Test COM Component (Example ISE Powershell) test-com

Faker

C# port of the Ruby Faker gem (http://faker.rubyforge.org/) and is used to easily generate fake data: names, addresses, phone numbers, etc..

Available as a NuGet package (https://nuget.org/packages/Faker.Net).

Get the code via git:

git clone git://github.com/slashdotdash/faker-cs.git

Supported versions:

.NET framework 3.5 SP1,
.NET framework 4.0,
.NET framework 4.5,
.NET framework 4.6,
.NET framework 4.7,
.NET Standard 2.0

No longer supported in nuGet package (1.1 going forward), code still exists in repo.

Silverlight 3.0,
Silverlight 4.0,
Silverlight 5.0,
Windows Phone 7,
Windows Phone 7.1

About

C# port of the Ruby Faker gem (http://faker.rubyforge.org/)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 54.7%
  • C# 45.3%