You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An extension method for adding a health check for MongoDB which accepts a delegate to create connections strings similar to how this is done in one of the SqlServerHealthCheckBuilderExtensions.AddSqlServer extension methods.
Why is this needed:
I want to be able to configure connection string by resolving it from a service which is configured with the ServiceProvider.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
An extension method for adding a health check for MongoDB which accepts a delegate to create connections strings similar to how this is done in one of the SqlServerHealthCheckBuilderExtensions.AddSqlServer extension methods.
Why is this needed:
I want to be able to configure connection string by resolving it from a service which is configured with the ServiceProvider.
The text was updated successfully, but these errors were encountered: