Skip to content

Create package with extensions for adding Testdata to Bogus #125

Open
@PeterOrneholm

Description

@PeterOrneholm

Is your feature request related to a problem? Please describe.
Bogus is a great way to generate fake data in .NET:
https://github.com/bchavez/Bogus

It has support for "randomizing" national identity numbers for US, Norway, Finland etc. but lacks support for Swedish personal identity numbers. You should not randomize this, but rather use test numbers that we provide in our TestData-package.

What area is it related to

  • PersonalIdentityNumber
  • CoordinationNumber

Describe the solution you'd like
If we create a small adapter that maps our testdata-package to the Bogus "API" (using extensions to the Person object) it would be easier to use.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions