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

MongoDatabaseSettings not "exposed" #124

Open
bobbyangers opened this issue Nov 4, 2021 · 0 comments
Open

MongoDatabaseSettings not "exposed" #124

bobbyangers opened this issue Nov 4, 2021 · 0 comments
Labels
enhancement new feature or request up for grabs feature requires community contribution

Comments

@bobbyangers
Copy link

The MongoClient has a MongoDatabaseSettings

   public override sealed IMongoDatabase GetDatabase( string name,
       MongoDatabaseSettings settings = null)
   { }

Is it possible to expose the same for

  DB.Database(string)  >>  DB.Database(string, MongoDatabaseSettings=null)
  DB.DatabaseFor<T>(string)  >> DB.DatabaseFor<T>(string, MongoDatabaseSettings=null) 
@dj-nitehawk dj-nitehawk added the enhancement new feature or request label Nov 5, 2021
@dj-nitehawk dj-nitehawk added the wip work in progress label Nov 17, 2021
@dj-nitehawk dj-nitehawk added up for grabs feature requires community contribution and removed wip work in progress labels Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement new feature or request up for grabs feature requires community contribution
Projects
None yet
Development

No branches or pull requests

2 participants