Funcular.IdGenerators
2.0.0
See the version list below for details.
dotnet add package Funcular.IdGenerators --version 2.0.0
NuGet\Install-Package Funcular.IdGenerators -Version 2.0.0
<PackageReference Include="Funcular.IdGenerators" Version="2.0.0" />
paket add Funcular.IdGenerators --version 2.0.0
#r "nuget: Funcular.IdGenerators, 2.0.0"
// Install Funcular.IdGenerators as a Cake Addin #addin nuget:?package=Funcular.IdGenerators&version=2.0.0 // Install Funcular.IdGenerators as a Cake Tool #tool nuget:?package=Funcular.IdGenerators&version=2.0.0
K-ordered, semi-random, distributed unique Id generator using base 36. Solves several weaknesses of integer, Guid and SequentialGuid identifiers.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
.NETFramework 4.0
- Funcular.ExtensionMethods (>= 1.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Funcular.IdGenerators:
Package | Downloads |
---|---|
Funcular.DataProviders
•Provides easy bulk insert, delete and update methods without round trips to the database (New in 0.8.5) •Automatically scans assemblies in your AppDomain for configurable entities •No EDMXs •Sets up a SQL Server context with no configuration but a connection string •Does not require you to manually add entity types to your DbSet •By default, picks up any classes derived from EntityTypeConfiguration •One line of code—a predicate—specifies which Types from your assembly are entities Currently supports SQL Server; eventually will handle MongoDB and other underlying stores. |
|
GRUPESABDECV.Software.Identity
Algoritmos para generación de identificadores de entidades o procesos |
|
LingbugUtils
Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.6.0 | 8,106 | 3/7/2017 |
2.5.0 | 10,128 | 4/13/2016 |
2.0.0 | 2,055 | 3/18/2016 |
1.1.0 | 4,500 | 1/26/2016 |
1.0.0 | 1,309 | 10/15/2015 |
0.9.1 | 2,181 | 8/1/2015 |
0.5.0.2 | 2,638 | 7/13/2015 |
0.5.0.1 | 1,099 | 7/13/2015 |
0.5.0 | 1,208 | 7/13/2015 |
0.0.9 | 1,133 | 7/7/2015 |
0.0.8 | 1,117 | 6/30/2015 |
0.0.7.3 | 1,103 | 6/30/2015 |
0.0.7.2 | 1,093 | 6/30/2015 |
0.0.7.1 | 1,096 | 6/30/2015 |
2.0—***Breaking change to server hash computation. Server hashes will not match those generated by versions <= 1.1.0.*** Also includes some performance tweaks.
1.1—Updated binaries to ‘Any CPU’ build; updated projects’ version numbers to agree with package’s.
1.0—Stable release. Hardened duplicate-avoidance tests. Updated ExtensionMethods dependency to 1.0. Updated all assemblies' version numbers to 1.0.
0.9.1—Added performance tests, increased speed by 2x to 3x. Updated Funcular.ExtensionMethods reference to 0.9.1 (better unit test coverage, inlining).