mfenniak / rethinkdb-net

A C# / .NET client driver for RethinkDB.
Other
247 stars 37 forks source link

Add setters for connect and query timeout properties in Connection class... #75

Closed squidge closed 11 years ago

squidge commented 11 years ago

This pull request is for Issue #63 (enhancement).

Add two interface properties to I(Async)Connection so they can be publicly modifiable in concrete class.

P.S. I had to modify nunit references in test project. Should we have a dependencies or lib folder at "root" level for these type of references?

mfenniak commented 11 years ago

Could you also please remove the changes to rethinkdb-net-test.csproj from this pull request? I understand what's there doesn't work correctly in your environment, but what you're committing in this PR doesn't work correctly in mine. I'll file a new issue to address the NUnit reference problem.

mfenniak commented 11 years ago

Thanks @squidge!