-
-
Notifications
You must be signed in to change notification settings - Fork 510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with person fullname in pt_BR #328
Comments
Are you using .NET 5? Possibly related #327 |
Net Core 3.1 |
Here, i figure out the problem is when it gets the city name in person object. "You'll have to give me some code that fails" var f = new Faker("pt_BR"); Its broke because the person object is null. |
at System.ThrowHelper.ThrowArgumentOutOfRange_IndexException() |
Very strange. What version of the Bogus NuGet package are you using? |
Very strange... I try to debug, and its fail on get the city name inside the person object. |
I cannot reproduce the exception with |
30.0.4 works fine! |
Thanks! |
Thanks Jose. Turns out this is a bug in faker.js too: I released Please try: https://www.nuget.org/packages/Bogus/31.0.3 |
I got this message on generate a person fullname in pt_BR: "System.ArgumentOutOfRangeException: 'Index was out of range. ".
When i use other languages, works fine.
The text was updated successfully, but these errors were encountered: