Rob Janssen
Rob Janssen
> Not sure how I'd query on binary... If you store an object: ```c# class MyObject : Entity { public Guid SomeProperty { get; set; } } var myrepo =...
No. Best I can do is advise you to use `IEntity` (or `IEntity`) instead of `Entity`. We will, [for 2.0](https://github.com/RobThree/MongoRepository/issues/4#issuecomment-165779769) try to [move the interfaces](https://github.com/RobThree/MongoRepository/issues/19) to a separate assembly /...
I'll put that down for 2.0. I hope to get work started on that soon (see #4 )
I'm considering a separate branch / project for this; this way we can keep supporting the 1.x driver ("[the 1.x series of the driver will continue to be developed"](https://github.com/mongodb/mongo-csharp-driver/releases)) and...
PR's are very welcome; I am currently very busy and notced that there are pretty much breaking changes...
> I should point out though that the 2.0 driver doesn't support LINQ as 1.0 did, they are rewriting the LINQ provider and will have support back in 2.1. Yeah,...
@vegar You could try to update the driver and run the unittests and let me know; I am currently very busy selling my house, moving and working so it may...
I could be mistaken but some methods (like `GetTotalDataSize()`, `GetTotalStorageSize()`, `RequestStart()` and `RequestDone()`) aren't supported anymore under 2.0.1 and `GetServer()` is obsoleted, isn't it? We could use the 1.9.X for...
I appreciate the PR but I do have a few issues with it. Sorry. - There's no need to remove the `GetTotalDataSize()` and `GetTotalStorageSize()`; these are still available but via...
Sweet!