Details
-
Bug
-
Resolution: Cannot Reproduce
-
Major - P3
-
None
-
1.8.3
-
None
-
None
Description
var csb = new MongoDB.Driver.MongoConnectionStringBuilder();
|
csb.Server = new MongoServerAddress(@"ca-spain-vm");
|
csb.DatabaseName = @"scheduler-1_0";
|
var cs = csb.ConnectionString;
|
|
|
var urlb = new MongoUrlBuilder(cs); //throws Exception -
|
i believe MongoUrlBuilder used to parse the connection sting without an error.
And/Or add a ConnectionUrl property in a MongoConnectionStringBuilder that would return a mongodb:// url.
thank you