Personizer 1.1.1
dotnet add package Personizer --version 1.1.1
NuGet\Install-Package Personizer -Version 1.1.1
<PackageReference Include="Personizer" Version="1.1.1" />
paket add Personizer --version 1.1.1
#r "nuget: Personizer, 1.1.1"
// 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
- 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 | Versions 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. |
-
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.