Personizer 1.1.1

dotnet add package Personizer --version 1.1.1
NuGet\Install-Package Personizer -Version 1.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Personizer" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Personizer --version 1.1.1
#r "nuget: Personizer, 1.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Personizer as a Cake Addin
#addin nuget:?package=Personizer&version=1.1.1

// Install Personizer as a Cake Tool
#tool nuget:?package=Personizer&version=1.1.1

Personizer

Personizer is a NuGet package designed to facilitate the creation of mockup data. It offers tools to generate realistic but fictitious personal data, making it ideal for developers in need of user data for testing and development purposes.

Features

  • Random Name Generation: Generate random first and last names based on specified gender.
  • Person Object Creation: Generate a comprehensive Person object that includes:
    • First Name
    • Last Name
    • Height
    • Weight
    • Age
    • Email
    • Description

These features are particularly useful for applications requiring mock user data.

Installation

Install Personizer via NuGet using the following command:

Install-Package Personizer

Usage

Personizer is straightforward to use with just two main static methods:

  • GetRandomName(): Returns a randomly generated name.
  • GetRandomPerson(): Returns a Person object populated with random data.

Examples

var name = Personizer.GetRandomName();
var person = Personizer.GetRandomPerson();

Console.WriteLine(name);        // Outputs: John Doe
Console.WriteLine(person.Email); // Outputs: john.doe@example.com

Contributions

Contributions are welcome! Since this is a new project, there are no specific guidelines for contributing yet. Feel free to fork the project and submit pull requests.

Support and Contact

For support, queries, or more information, please email: ruben@rubenmadsen.com.

Changelog

The changelog will be maintained as part of the README to keep users informed about updates and changes.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.1 51 5/3/2024
1.1.0 49 5/2/2024
1.0.1 41 5/2/2024
1.0.0 56 5/2/2024