SnowflakeIDGenerator 1.0.2022.256

There is a newer version of this package available.
See the version list below for details.
dotnet add package SnowflakeIDGenerator --version 1.0.2022.256
NuGet\Install-Package SnowflakeIDGenerator -Version 1.0.2022.256
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="SnowflakeIDGenerator" Version="1.0.2022.256" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SnowflakeIDGenerator --version 1.0.2022.256
#r "nuget: SnowflakeIDGenerator, 1.0.2022.256"
#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 SnowflakeIDGenerator as a Cake Addin
#addin nuget:?package=SnowflakeIDGenerator&version=1.0.2022.256

// Install SnowflakeIDGenerator as a Cake Tool
#tool nuget:?package=SnowflakeIDGenerator&version=1.0.2022.256

Introduction

Generate unique identifiers based on Twitter's Snowflake ID

Usage

  1. Instantiate class SnowflakeIDGenerator
SnowflakeIDGenerator gen = new SnowflakeIDGenerator(machineId) 

where machineId is the number of the system currently trying to get an id

  1. Now you have 3 options:
    1. Call GetSnowflake to get a Snowflake object
    2. Call GetCode to get an Id in number (ulong) format
    3. Call GetCodeString to get an Id in string format

Additionally, the SnowflakeIDGenerator class methods can be used as static. IE.: GetCode(machineId) or GetCodeString(machineId)

Contribute

TODO: Explain how other users and developers can contribute to make your code better.

If you want to learn more about creating good readme files then refer the following guidelines. You can also seek inspiration from the below readme files:

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net20 is compatible.  net35 is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.3.2023.287 218 10/14/2023
1.2.2023.201 611 7/20/2023
1.1.2023.147 149 5/27/2023
1.0.2023.145 137 5/25/2023
1.0.2022.283 449 10/10/2022
1.0.2022.268 477 9/25/2022
1.0.2022.261 423 9/18/2022
1.0.2022.257 433 9/14/2022
1.0.2022.256 578 9/13/2022