You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: adding V2
* more extensive tests
* adding legal notifce from rfc9562
* fix: adding support for upper and lowercase for parsing
---------
Signed-off-by: GitHub <[email protected]>
#pragma warning disable CS8618// Non-nullable field must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring as nullable.
3
4
publicclassDictonaryTestClass{
4
5
publicStringData1{get;set;}
5
6
publicStringData2{get;set;}
6
7
publicStringData3{get;set;}
7
8
}
9
+
10
+
#pragma warning restore CS8618// Non-nullable field must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring as nullable.
Copyright (c) 2024 IETF Trust and the persons identified as the document authors. All rights reserved.
2
+
3
+
This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Revised BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Revised BSD License.
<Description>A library that provides a way to handle and generate UUIDs. Convert them to and from strings, GUIDs, and the like.
19
19
The library is written to be fast and efficient when comparing, generating, or handling operations. Provides ways to generate UUIDs from different data, like a string, a byte array, or cutting up a byte array into UUIDs.
20
-
Complies with the RFC 4122 standard. And has version 1-8 UUIDs implemented. except 2. Which I haven't been able to figure out how to implement.</Description>
20
+
Complies with the RFC 4122 / RFC 9562 standard. And has version 1-8 UUIDs implemented.</Description>
0 commit comments