In my code I create a new id with Guid.NewGuid(). This should be a Version 4 UUID.
In the database the id is shown as BSON subtype 3:
Shouldn’t it be subtype 4 or am I missing something?
In my code I create a new id with Guid.NewGuid(). This should be a Version 4 UUID.
In the database the id is shown as BSON subtype 3:
Shouldn’t it be subtype 4 or am I missing something?