ipjohnson / Grace

Grace is a feature rich dependency injection container library
MIT License
337 stars 33 forks source link

simplify unique id creation #76

Closed ipjohnson closed 7 years ago

ipjohnson commented 7 years ago

UniqueStringId.Create() needs to generate simple repeatable id's that aren't random (like they currently are).

Now all grace id's will be in the form "*-gN" where N is an ever increment number (or at least for the first 2 billion ids)