Closed jfoshee closed 1 year ago
Would it be possible to remove the T : class constraint on ISubscriptionBuilder.Collection<T>(string collection)?
T : class
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!
Thanks for your suggestion. Fixed in v1.1.1
Would it be possible to remove the
T : class
constraint onISubscriptionBuilder.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!