Describe the bug
Since there are 2 constructors with only etcdUri required, there is no possibility to use it as follows: new EtcdClient(uri). You could create new one public EtcdClient(string uri) : base(uri, default port, default ...)To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
Be able to use constructor var etcdClient = new EtcdClient(uri)
Screenshots
If applicable, add screenshots to help explain your problem.
Describe the bug Since there are 2 constructors with only etcdUri required, there is no possibility to use it as follows:
new EtcdClient(uri)
. You could create new onepublic EtcdClient(string uri) : base(uri, default port, default ...)
To Reproduce Steps to reproduce the behavior:Expected behavior Be able to use constructor
var etcdClient = new EtcdClient(uri)
Screenshots If applicable, add screenshots to help explain your problem.
Additional context