Faker.Net icon indicating copy to clipboard operation
Faker.Net copied to clipboard

Generate massive amounts of fake data in .NET

Results 2 Faker.Net issues
Sort by recently updated
recently updated
newest added

Was generating names like 5{Name.GetFirstName}dorf Fix is to change the # to @ in the CityNameFormat ` public override string[] CityNameFormat { get { return new[] { "#{CityPrefix} @{Name.GetFirstName}#{CitySuffix}", "#{CityPrefix}...