IdGen 2.0.1
See the version list below for details.
dotnet add package IdGen --version 2.0.1
NuGet\Install-Package IdGen -Version 2.0.1
<PackageReference Include="IdGen" Version="2.0.1" />
paket add IdGen --version 2.0.1
#r "nuget: IdGen, 2.0.1"
// Install IdGen as a Cake Addin #addin nuget:?package=IdGen&version=2.0.1 // Install IdGen as a Cake Tool #tool nuget:?package=IdGen&version=2.0.1
Twitter Snowflake-alike ID generator for .Net
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net451 is compatible. 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. |
This package has no dependencies.
NuGet packages (63)
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. |
|
IdGen.DependencyInjection
Dependency injection support for IdGen |
|
Dnc.Core
基于StandardLibrary的跨平台快速开发框架。 |
|
Kaneko.Server
Package Description |
|
DataExplorer
Library featuring an opinionated, reusable data access layer offering abstractions and implementations for SQL storages (EF Core). |
GitHub repositories (12)
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.
|
|
trueai-org/module-shop
一个基于 .NET 8.0 构建的简单、跨平台、模块化的商城系统
|
|
mehdihadeli/food-delivery-microservices
🍔 A practical and imaginary food delivery microservices, built with .Net 8, MassTransit, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
|
|
lysilver/KopSoftWms
KopSoft仓库管理系统
|
|
trueai-org/midjourney-proxy
A public welfare project offering a free drawing API that proxies Midjourney's Discord channel, supporting one-click face swapping for images and videos.
|
Version | Downloads | Last updated |
---|---|---|
3.0.7 | 294,465 | 5/27/2024 |
3.0.6 | 436 | 5/26/2024 |
3.0.5 | 247,051 | 3/7/2024 |
3.0.4 | 213 | 3/7/2024 |
3.0.3 | 740,109 | 12/28/2022 |
3.0.2 | 272,608 | 9/14/2022 |
3.0.1 | 411,592 | 5/28/2022 |
3.0.0 | 1,784,000 | 7/6/2020 |
2.4.1 | 11,231 | 7/2/2020 |
2.4.0 | 53,685 | 5/6/2020 |
2.3.0 | 9,119 | 4/17/2020 |
2.2.0 | 72,851 | 3/4/2020 |
2.1.0 | 9,895 | 2/19/2020 |
2.0.3 | 480,954 | 7/31/2018 |
2.0.2 | 50,509 | 2/9/2018 |
2.0.1 | 7,820 | 11/23/2016 |
2.0.1-rc | 1,568 | 10/10/2016 |
2.0.0-rc | 1,678 | 7/21/2016 |
1.3.1 | 21,777 | 3/7/2016 |
1.3.0 | 1,860 | 3/7/2016 |
1.2.0 | 1,946 | 2/9/2016 |
1.1.0 | 2,118 | 6/29/2015 |
1.0.0 | 4,358 | 4/8/2015 |
1.0.0-beta | 1,762 | 4/4/2015 |
1.0.0-alpha | 1,606 | 4/3/2015 |
* Timesource(s) is (are) no longer fixed to milliseconds; we now have the concept of a 'tick'. Each timesource can define it's own definition of what a 'tick' is, be it a millisecond or a minute or any other timespan.
* This means breaking changes in the ITimeSource interface and the way timesources are implemented and breaking changes in some of the MaskConfig's method signatures.
* The IIdGenerator<T> interface now explicitly exposes an IdGenerator's ITimeSource, MaskConfig and Epoch as (read-only) properties.
* CreateMachineSpecificGenerator & CreateThreadSpecificGenerator methods have been removed; these are way to 'dangerous' to use anyway since they are very prone to 'collisions' in 'auto-generated' values for the IdGenerators.