ReferenceGenerator 1.0.0
See the version list below for details.
dotnet add package ReferenceGenerator --version 1.0.0
NuGet\Install-Package ReferenceGenerator -Version 1.0.0
<PackageReference Include="ReferenceGenerator" Version="1.0.0" />
<PackageVersion Include="ReferenceGenerator" Version="1.0.0" />
<PackageReference Include="ReferenceGenerator" />
paket add ReferenceGenerator --version 1.0.0
#r "nuget: ReferenceGenerator, 1.0.0"
#:package ReferenceGenerator@1.0.0
#addin nuget:?package=ReferenceGenerator&version=1.0.0
#tool nuget:?package=ReferenceGenerator&version=1.0.0
ReferenceGenerator
A lightweight, flexible C# library for generating unique reference numbers in various formats. Perfect for creating order numbers, transaction IDs, document references, and more.
Features
Generate numeric references with configurable length and formatting
- Supports custom lengths from 1 to 100 digits
- Optional formatting patterns for improved readability
Generate alphabetic references using uppercase letters only
- Produces sequences using A-Z characters
- Configurable length to meet various use cases
Generate alphanumeric references combining letters and numbers
- Combines uppercase letters and numbers for maximum uniqueness
- Ideal for human-readable unique identifiers
Generate standard GUIDs for unique identification
- Creates standard UUID/GUID format
- Ensures globally unique identifiers
Generate cryptographically secure references for enhanced security
- Uses cryptographically secure random number generation
- Suitable for security-critical applications
Add custom prefixes to any reference type for organizational purposes
- Supports any string prefix
- Maintains consistent formatting with the main reference
| 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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.