craiggwilson / fluent-mongo

Provides a fluent interface on top of the 10gen driver including Linq.
172 stars 28 forks source link

NuGet Install Error with 1.6 Driver #56

Closed sphildreth closed 12 years ago

sphildreth commented 12 years ago

Hi,

Installed fluent-mongo (its version 1.3.1.1) and mongocsharpdriver (its version 1.6) attempt to use AsQueryable() and this error;

I think this just means the NuGet package needs to be refreshed to use the latest mongocsharpdriver, right?

craiggwilson commented 12 years ago

Fluent Mongo is no longer a supported project. I need to put something on the front page. The official mongo-csharp-driver has full support of linq and should be used from now on.