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
@@ -114,7 +123,7 @@ Converts the ULID to a `Guid`.
114
123
-`.ToString(string? format = null, IFormatProvider? formatProvider = null)`\
115
124
Converts the ULID to a canonical string representation. Format arguments are ignored.
116
125
117
-
### Comparison operators
126
+
### Comparison Operators
118
127
119
128
- Supports all comparison operators:\
120
129
`==`, `!=`, `<`, `<=`, `>`, `>=`.
@@ -132,6 +141,10 @@ Supports seamless integration as a route or query parameter with built-in `TypeC
132
141
133
142
Includes a `JsonConverter` for easy serialization and deserialization.
134
143
144
+
### Other Libraries
145
+
146
+
Check out [README in GitHub repository](https://github.com/ByteAether/Ulid/blob/main/README.md) for examples to integrate with Entity Framework Core, Dapper, MessagePack and Newtonsoft.Json.
147
+
135
148
## Prior Art
136
149
137
150
Much of this implementation is either based on or inspired by existing works. This library is standing on the shoulders of giants.
0 commit comments