-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.0
-
Component/s: Feature Request
-
None
I would like to suggest to remove the only dependency on System.Data the current driver has – the MongoConnectionStringBuilder by either reimplementing it without inheriting from System.Data.Common.DbConnectionStringBuilder or removing it completely (there's MongoUrlBuilder already, why mess with connection strings?). I understand that this will break existing code, but still would like to ask of you to consider this change.