faker-cs
faker-cs copied to clipboard
C# port of the Ruby Faker gem (http://faker.rubyforge.org/)
I used the `Faker.Address.ukPostcode()` method and the postcode "HZ2 1MC" was returned. According to this document: `[](https://www.mrs.org.uk/pdf/postcodeformat.pdf)`, The letters I, J and Z are not used in the second position
In order to ensure that users of this package know what version of the code they are using, I think that it should have a CI/CD pipeline. With this setup...
There is a current PR in a forked version of this -> https://github.com/oriches/faker-cs/pull/2 It is a simple change to continue to support all current and future versions of .NET. @slashdotdash...
When I build or restore a project I get something like: : warning NU1701: Package 'Faker.Net 1.0.3' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.0'. This package...
The Faker.Net nuget package currently references the repo located at https://github.com/oriches/faker-cs which is 15 commits behind this repo. If this is the main repo can you update nuget to pull...
when using `Faker.Address.Country()` on an german enviroment, , nearly all countries will be returned: > Äquatorialguinea Äthiopien Österreich Afghanistan Albanien Algerien Amerikanisch-Samoa Amerikanische Jungferninseln Andorra Angola Anguilla Antarktis Antigua und...
Add polish language support Add enum generator Add province dictionary
Lorem class does not exist in Faker.Net 1.0.3 NuGet, .Net 4.0. Checked with ILSpy