Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MongoClientSettings is frozen #356

Closed
grounzero opened this issue May 30, 2023 · 3 comments · Fixed by #359
Closed

MongoClientSettings is frozen #356

grounzero opened this issue May 30, 2023 · 3 comments · Fixed by #359
Labels
enhancement Enhancements & features minor-change Minor changes required

Comments

@grounzero
Copy link

How do you edit MongoClientSettings ?

connection.Client.Settings.ClusterConfigurator =
                    cb => cb.Subscribe(new DiagnosticsActivityEventSubscriber());
@Turnerj
Copy link
Member

Turnerj commented Jun 3, 2023

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

@Turnerj Turnerj added enhancement Enhancements & features minor-change Minor changes required labels Jun 3, 2023
@grounzero
Copy link
Author

grounzero commented Jun 6, 2023

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

@Turnerj
Copy link
Member

Turnerj commented Jun 6, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancements & features minor-change Minor changes required
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants