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
{{ message }}
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.
Relying on System.Guid to store time based guid, disallows them from being ordered or compared using greater-than operations and the like. TimeGuid should become a new struct, with implicit type mapping to Guids. On this new TimeGuid struct the comparison operators can be defined.
The text was updated successfully, but these errors were encountered:
Relying on System.Guid to store time based guid, disallows them from being ordered or compared using greater-than operations and the like. TimeGuid should become a new struct, with implicit type mapping to Guids. On this new TimeGuid struct the comparison operators can be defined.
The text was updated successfully, but these errors were encountered: