-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Dotnet Drivers
-
Not Needed
-
uuidhelpers.js is now available as a mongosh snippet. We can remove them from the mongo-csharp-driver repo.
From the mongosh prompt, you can run snippet install uuidhelpers:
Enterprise test> snippet install uuidhelpers Running install... Installed new snippets uuidhelpers. Do you want to load them now? [Y/n]: y Finished installing snippets: uuidhelpers Enterprise test> TestUUIDHelperFunctions() UUID("00112233-4455-6677-8899-aabbccddeeff") JUUID("00112233-4455-6677-8899-aabbccddeeff") CSUUID("00112233-4455-6677-8899-aabbccddeeff") PYUUID("00112233-4455-6677-8899-aabbccddeeff") HexData(4, "00112233445566778899aabbccddeeff") HexData(3, "7766554433221100ffeeddccbbaa9988") HexData(3, "33221100554477668899aabbccddeeff") HexData(3, "00112233445566778899aabbccddeeff")
- related to
-
MONGOSH-1847 HexData doesn't throw an error for incorrect arguments
- Closed