Replies: 0 comments 4 replies
-
@Xyncgas what are you asking from roslyn here? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As Guid is random it's commonly used to tag data, these Guids are identifier given to the records that wouldn't change, so to associate records / documents with each other, it seems natural to have this implemented in the system library, for a new Guid to deterministically be produced based on the given Guid, instead of having to do it myself by xor-ing with some other values that's also unique to these records like id (integer)
Beta Was this translation helpful? Give feedback.
All reactions