faker-cs icon indicating copy to clipboard operation
faker-cs copied to clipboard

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

Results 9 faker-cs issues
Sort by recently updated
recently updated
newest added

### Summary I wish for the nuget packages to have a more informative readme. ### Details The nuget package should be using the same readme as the repo to make...

The project is now multi framework targeting rather than dedicated projects which had no difference in code. The Generation of nuget is also performed based on csproj and properly targets...

**Is your feature request related to a problem? Please describe.** In dependency track this package is reporting as not having a licence type specified **Describe the solution you'd like** The...

The NetStandard.Library is defined as a dependency of the nuget when in fact it is only required for netstandard 2.0. As such the nuget should have atleast 2 target frameworks...

The project should have a single project which targets multiple frameworks and compiles a nuget package of all said projects

Hello, I started using this library for handling my mocks and it is awesome ! Does this library supports country codes (as described in ISO_3166) ? https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes Regards,

version: 1.5.148 The generated phone numbers are not valid? 1. They look strange. 2. They are not parsable by google phone lib.

Hi, Just an FYI, Warning NU1701 Package 'Faker 1.2.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework 'net6.0'. This package may not be...

![image](https://user-images.githubusercontent.com/42301172/118149865-98813800-b42f-11eb-9523-736cfee205bf.png) Unable to use faker references from .net standard 2.0 which is referenced to a .net framework V4.8 test project , the compile time assembly of faker included in a...