RuoVea.ExIdGen 8.0.0

dotnet add package RuoVea.ExIdGen --version 8.0.0
NuGet\Install-Package RuoVea.ExIdGen -Version 8.0.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="RuoVea.ExIdGen" Version="8.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RuoVea.ExIdGen --version 8.0.0
#r "nuget: RuoVea.ExIdGen, 8.0.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 RuoVea.ExIdGen as a Cake Addin
#addin nuget:?package=RuoVea.ExIdGen&version=8.0.0

// Install RuoVea.ExIdGen as a Cake Tool
#tool nuget:?package=RuoVea.ExIdGen&version=8.0.0

RuoVea.ExCache

介绍
IdGenerator 雪花漂移算法(支持数据中心ID和秒级时间戳),雪花漂移算法; 生成数值型Id、生成字符串Id、No 自动生成编号(201008251145409865)
使用示例
生成雪花 数值型 Id
long id = IdGenerator.Id;

string id = IdGenerator.IdStr("demo");
相关配置文件
{
  "IdGenerator": {
    /* 计器码  用于唯一Id 的生成 */
    "WorkerId": 2,
    /* 默认值6,取值范围 [3, 21](要求:序列数位长+机器码位长不超过22) */
    "SeqBitLength": 6
  }
}
Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on RuoVea.ExIdGen:

Package Downloads
RuoVea.ExSugar

Sqlsugar扩展 快速注入 使用方式: service.AddSqlsugar();

RuoVea.ExWeb

CorsUrls、IPLimit、SafeIps、Jwt 配置

RuoVea.QuartzNetUI

QuartzNet UI界面 执行脚本地址:https://gitee.com/starry123/ruovea-quartznet-ui/tree/develop/Doc/Sql

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.0 221 11/24/2023
6.0.0 1,823 2/9/2022
5.0.2 3,492 11/25/2021
5.0.1 3,158 11/25/2021
2.1.1.1 105 11/24/2023
2.1.1 386 6/9/2022