Flavio.Santos.UuidV7.NetCore
1.0.11
dotnet add package Flavio.Santos.UuidV7.NetCore --version 1.0.11
NuGet\Install-Package Flavio.Santos.UuidV7.NetCore -Version 1.0.11
<PackageReference Include="Flavio.Santos.UuidV7.NetCore" Version="1.0.11" />
<PackageVersion Include="Flavio.Santos.UuidV7.NetCore" Version="1.0.11" />
<PackageReference Include="Flavio.Santos.UuidV7.NetCore" />
paket add Flavio.Santos.UuidV7.NetCore --version 1.0.11
#r "nuget: Flavio.Santos.UuidV7.NetCore, 1.0.11"
#addin nuget:?package=Flavio.Santos.UuidV7.NetCore&version=1.0.11
#tool nuget:?package=Flavio.Santos.UuidV7.NetCore&version=1.0.11
FDS.UuidV7.NetCore
🚀 FDS.UuidV7.NetCore is a lightweight .NET library for generating UUID v7 (time-based UUIDs) according to the official specification.
📦 Installation
You can install this package via NuGet Package Manager:
dotnet add package Flavio.Santos.UuidV7.NetCore --version 1.0.3
Or using Package Manager Console:
Install-Package Flavio.Santos.UuidV7.NetCore -Version 1.0.3
🚀 Usage
Generating a UUID v7 is simple:
using FDS.UuidV7.NetCore;
Guid uuidV7 = UuidV7.Generate();
Console.WriteLine(uuidV7);
📝 Output Example:
018d3f29-8c6f-7123-bf0e-365bfae8b45f
🎯 Features
✅ Generates UUID v7 based on the official specification ✅ Fully compatible with .NET 6+ and .NET 8 ✅ No dependencies, lightweight and fast
📜 License
This project is licensed under the MIT License - see the LICENSE file for details.
🔗 Links
-🔹 NuGet Package: Flavio.Santos.UuidV7.NetCore -🔹 Author LinkedIn: Flavio Santos
🔙 Back to Main README
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. |
-
net8.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Flavio.Santos.UuidV7.NetCore:
Package | Downloads |
---|---|
Flavio.Santos.DbLogger.PostgreSQL
Library for structured logging in PostgreSQL, providing an isolated and configurable audit log context for applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.