-
Notifications
You must be signed in to change notification settings - Fork 2
Description
rfc;
https://tools.ietf.org/html/rfc4122
implementations;
https://www.nuget.org/packages/Faithlife.Utility/0.9.0-beta1
https://github.com/Faithlife/FaithlifeUtility/tree/master/src/Faithlife.Utility
https://github.com/Faithlife/FaithlifeUtility/blob/39cda11384958cc76d08457654e257e841f5beed/src/Faithlife.Utility/GuidUtility.cs
https://github.com/Faithlife/FaithlifeUtility/blob/3c69fd4f82fd2ddb0a041c710f27fb18404088bd/tests/Faithlife.Utility.Tests/GuidUtilityTests.cs
https://github.com/LogosBible/Logos.Utility/blob/master/src/Logos.Utility/GuidUtility.cs
https://gist.github.com/ChrisMcKee/599264d776878bea8a611493b5e28143
https://github.com/DaanV2/DaanV2.UUID.Net
https://github.com/vanbukin/Uuids
https://github.com/abock/idgen
https://github.com/vlingo-net/vlingo-net-uuid
https://gist.github.com/nberardi/3759706
https://gist.github.com/rickbeerendonk/13655dd24ec574954366
https://github.com/mono/mono/blob/master/mcs/class/corlib/System/Guid.cs
reading:
https://stackoverflow.com/questions/8477664/how-can-i-generate-uuid-in-c-sharp/16722909
https://stackoverflow.com/questions/10190817/guid-byte-order-in-net/10191075#10191075
https://docs.microsoft.com/en-us/dotnet/api/system.guid.newguid?redirectedfrom=MSDN&view=netframework-4.8#System_Guid_NewGuid
dotnet/docs#7449