mfenniak / rethinkdb-net

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

Add support to the new configuration API (.json) #242

Open eze1981 opened 8 years ago

eze1981 commented 8 years ago

Please add support to the new configuration API on ASP.NET 5: http://docs.asp.net/en/latest/fundamentals/configuration.html

smhassan commented 8 years ago

Hi guys,

First of all, great work you guys have done here. We were working with .net 45 previously but now we need to upgrade to .net 5. I am having a hard time figuring how to give configuration setup in code as .json seems to be not supported by current release. Any update on if/when this would be picked up?

Thanks!