richardtallent / RT.Comb

Creating sequential GUIDs in C# for MSSQL or PostgreSql
203 stars 35 forks source link

How to user UtcNoRepeatTimestampProvider when using asp.net AddSqlCombGuidWithUnixDateTime() #30

Open MarkLFT opened 5 months ago

MarkLFT commented 5 months ago

I have configured AddSqlCombGuidWithUnixDateTime() to work in our DI services, but as well as using Unix times, I would like the option to use the UtcNoRepeatTimestampProvider provider. But I cannot find how to get it to use this.

I have looked through the documentation and the tests to try to work it out, but I cannot find anything useful.

Any assistance would be gratefully received.