Matthieu Mourisson
Matthieu Mourisson
Proposed fix for SheetJS/js-xlsx#1212 based on code by @cdmahoney
Things to keep in mind : - It's not just making UuidV7Generator.New(DateTime) public - Most of the time, calls to UuidAdvanced.NewV7FromADateTime (name not final) shouldn't interfere with calls to Uuid.NewSequential...
Currently, in, out and ref parameters are not displayed correctly. they appear like this: ```csharp public static bool TryParse(string s, Int64& result) ``` instead of this: ```csharp public static bool...