bchavez / Bogus

:card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.
Other
8.62k stars 491 forks source link

Added new Chilean RUT generator #487

Open acidrod opened 1 year ago

acidrod commented 1 year ago

Created a full Chilean RUT generator for extending the Person and Company classes (Both of them use the Rut ID). The tests are fully validating the generation for random IDs.

acidrod commented 1 year ago

This PR addresses the Issue #474