We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
done in #3
Sorry, something went wrong.
bonesoul
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: