Rob Janssen

Results 150 comments of Rob Janssen

You could try 1.6.8 (maybe force driver version 1.10.1 using `Install-Package mongocsharpdriver -Version 1.10.1`). Other than that I'm afraid we're going to sit this one out; we rely too much...

PR's are welcome; other than that the [current branches](https://github.com/RobThree/MongoRepository/network) show the state as it currently is. I still aim to get this done rather sooner than later but I've been...

I've started a [V2 branch](https://github.com/RobThree/MongoRepository/tree/v2) and started initial work on it. But I'm still getting used to the V2 C# driver and haven't implemented everything yet. I hope to get...

I think I made some [nice progress](https://github.com/RobThree/MongoRepository/commit/c901f60600aae45db34c9aab74d7f09e9ae06103). The sync part of the Repository should be almost done; that would probably be a 2.0 release and for 2.1 we could focus...

I think I have implemented the 2.0 version for the most part (the sync part that is). But I haven't tested anything yet and the (poor) current unittests (although all...

Aside from PR #8 I'm curious if there's any feedback on the progress so far. I'd like to begin finalizing and work towards a 2.0 release.

> Is there any progress about IMongoCollection version ? We will go to production but we are waiting for your new API :) I think I was [pretty clear here](https://github.com/RobThree/MongoRepository/issues/4#issuecomment-188258780)...

I think this exposes too much mongo-specific stuff. On the other hand I think it _could_ be handy to pass in a collection to the constructor. Let me sleep on...

When people can get to your `app.config` (or whatever) and change your connectionstring (especially in production) `sslVerifyCertificate=false` is the least of your problems I think? Or am I missing something?...

> Instead of sslVerifyCertificate=false, you can verify the public key of the endpoint you are connecting to. Ah, I see. The point is to be able to specify the public...