A library to create string identifiers that are as unique as GUIDs.
$ dotnet add package LogOtter.ShortGuidA library to create string identifiers that are as unique as GUIDs.
Simply call the ToShortString() extension method on a GUID.
Guid.NewGuid().ToShortString()