IdGen 1.3.0

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

// Install IdGen as a Cake Tool
#tool nuget:?package=IdGen&version=1.3.0

Twitter Snowflake-alike ID generator for .Net

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (50)

Showing the top 5 NuGet packages that depend on IdGen:

Package Downloads
TIKSN-Framework

This is a .NET Framework enhancement framework. Main features are Versioning, Finance, Currency, Foreign Exchange, Money, Pricing strategy, Telemetry, Composite Weighted Progress, Repository and Unity of Wok pattern implementation with Entity Framework Core, Network Connectivity Service and Triggering, Settings, Windows Registry configuration source, Azure Storage Repository, MongoDB Repository, NoDB Repository, Lingual and Regional Localization, Serialization, Rest Requester, Rest Repository, Dependency Injection, Composition Root Setup base classes.

Dnc.Core

基于StandardLibrary的跨平台快速开发框架。

IdGen.DependencyInjection

Dependency injection support for IdGen

Kaneko.Server

Package Description

DataExplorer

Library featuring an opinionated, reusable data access layer offering abstractions and implementations for SQL storages (EF Core).

GitHub repositories (11)

Showing the top 5 popular GitHub repositories that depend on IdGen:

Repository Stars
meysamhadeli/booking-microservices
Practical microservices, built with .Net 8, DDD, CQRS, Event Sourcing, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
lysilver/KopSoftWms
KopSoft仓库管理系统
trueai-org/module-shop
一个基于 .NET Core构建的简单、跨平台、模块化的商城系统
mehdihadeli/food-delivery-microservices
🍔 A practical food delivery microservices, built with .Net 7, MassTransit, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
RayTale/Vertex
Vertex is a distributed, ultimately consistent, event traceable cross platform framework based on Orleans, which is used to build high-performance, high throughput, low latency, scalable distributed applications
Version Downloads Last updated
3.0.5 5,760 3/7/2024
3.0.4 128 3/7/2024
3.0.3 492,347 12/28/2022
3.0.2 246,508 9/14/2022
3.0.1 314,386 5/28/2022
3.0.0 1,491,846 7/6/2020
2.4.1 10,536 7/2/2020
2.4.0 51,706 5/6/2020
2.3.0 8,870 4/17/2020
2.2.0 66,154 3/4/2020
2.1.0 9,656 2/19/2020
2.0.3 444,459 7/31/2018
2.0.2 49,150 2/9/2018
2.0.1 7,682 11/23/2016
2.0.1-rc 1,485 10/10/2016
2.0.0-rc 1,604 7/21/2016
1.3.1 21,080 3/7/2016
1.3.0 1,763 3/7/2016
1.2.0 1,853 2/9/2016
1.1.0 2,047 6/29/2015
1.0.0 3,774 4/8/2015
1.0.0-beta 1,684 4/4/2015
1.0.0-alpha 1,544 4/3/2015

* Added config file support
     * GetMachineSpecificGenerator & GetThreadSpecificGenerator renamed to CreateMachineSpecificGenerator & CreateThreadSpecificGenerator respectively to better convey that each invokation creates a new instance.