FuturistiCoder / LiteDB.Realtime

A LiteDB with realtime notifications
MIT License
43 stars 10 forks source link

Remove T : class constraint on Colleciton<T> #8

Closed jfoshee closed 1 year ago

jfoshee commented 1 year ago

Would it be possible to remove the T : class constraint on ISubscriptionBuilder.Collection<T>(string collection)?

LiteDB does not make this requirement of the Document types. So it makes it awkward when generalizing.

Thanks for your extension to LiteDB! Pretty cool!

FuturistiCoder commented 1 year ago

Thanks for your suggestion. Fixed in v1.1.1