Funcular.IdGenerators 2.6.0

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

// Install Funcular.IdGenerators as a Cake Tool
#tool nuget:?package=Funcular.IdGenerators&version=2.6.0

K-ordered, semi-random, distributed unique Id generator using base 36. Solves several weaknesses of integer, Guid and SequentialGuid identifiers.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0

    • No dependencies.

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 7,792 3/7/2017
2.5.0 8,964 4/13/2016
2.0.0 2,027 3/18/2016
1.1.0 4,024 1/26/2016
1.0.0 1,280 10/15/2015
0.9.1 2,151 8/1/2015
0.5.0.2 2,606 7/13/2015
0.5.0.1 1,073 7/13/2015
0.5.0 1,180 7/13/2015
0.0.9 1,105 7/7/2015
0.0.8 1,089 6/30/2015
0.0.7.3 1,076 6/30/2015
0.0.7.2 1,066 6/30/2015
0.0.7.1 1,068 6/30/2015

2.6—Fixed an Id length bug reported on GitHub, https://github.com/piranout/Funcular.IdGenerators/issues/4.

2.5—Performance optimizations yielding 150% speed gains. Fixed bug introduced in v.2.1. Removed Funcular.ExtensionMethods dependency. Removed .NET 4.5 dependency.

2.1—Do not use; new bug injected in this version, fixed in v.2.5. [Added binaries for framework 4.0 in addition to existing v 4.5 version.]

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).