Overloads .UseDatabase(...)

Issue #16 resolved
rrmukhametov created an issue

Hi!
Add pls overload '.UseDatabase(IMongoClient client, string databaseName...)' and '.UseDatabase(IMongoDatabase database...)'.
This add comfort for using.
For example, i have MongoClientSettings with SslSettings { EnabledSslProtocols = SslProtocols.Tls12 }, but i cant to apply it.

Comments (2)

  1. Arthur Osmokiesku repo owner

    Dear user, I am glad to inform you that this ticket has been done in v2.2.0, which is already available on nuget.org

  2. Log in to comment