TurnerSoftware / MongoFramework

An "Entity Framework"-like interface for MongoDB
MIT License
392 stars 35 forks source link

MongoClientSettings is frozen #356

Closed grounzero closed 1 year ago

grounzero commented 1 year ago

How do you edit MongoClientSettings ?

connection.Client.Settings.ClusterConfigurator =
                    cb => cb.Subscribe(new DiagnosticsActivityEventSubscriber());
Turnerj commented 1 year ago

Thanks for raising this @grounzero. I've just added support via #359 to allow configuring the settings during MongoDbConnection creation.

grounzero commented 1 year ago

@Turnerj Thanks! Looking forward to trying this. When it be pushed to nuget?

Turnerj commented 1 year ago

Hoping within the next few days I'll tag a new release 🙂