-
Notifications
You must be signed in to change notification settings - Fork 19
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
MongoCSharpDriver 1.4.2 now has fluent extensions #1
Comments
Thanks Gavin. Glad you found it useful! I'm actually on vacation now... Do you think you could submit a pull Out of curiosity would a Nuget package be useful? I have one for a On Thu, May 10, 2012 at 9:07 AM, Gavin Kilbride
|
Hi Adrian Although I've never done one before I'll happily do a pull request, it's a trivial change. Thanks for your efforts. Gav |
Hi Gav, I'm back from vacation and just merged in your pull-request. Thank you! Was hoping to get your take on including the mongo driver dll directly vs. using a nuget dependency. It is currently included directly with the rationale being that it makes the installation faster. The nuget package for the mongo driver pulls down a lot of unnecessary stuff so it takes quite a while. It would simplify the MongoProviders Nuget package to use a dependency, though, so I'm leaning towards changing it. Another consideration is that most dev's using the MongoProviders package would probably already have the mongo driver package for use with their regular db storage code. What's your feeling? |
Many thanks for this project Adrian, It's been a great time-saver! Just to chime in on that question, I'd recommend using a 'reference' (rather than embedding the dll) for the nuget package.
|
Hi Efosa, Thanks for the input and I'm glad this was able to save you some time! Cheers! On Fri, May 18, 2012 at 5:08 PM, Efosa Oyegun
|
Thanks Adrian! |
I updated the assemblies for the MongoCSharpDriver and FluentMongo but this broke the unit tests. FluentMongo had a dependency on version 1.3.1. I therefore removed the reference to FluentMongo and used the MongoCSharpDriver extension methods for chaining (no code change, just references) and it all works beautifully. Just thought I'd let you know in case someone else did the same. Great work btw and will let you know how my little project goes, if interested :) This has just saved me days of work. Thank you very much.
The text was updated successfully, but these errors were encountered: