Kenneth Clark
Results
2
comments of
Kenneth Clark
My apologies, I cleaned this up to include multiple folders, it now reads: ``` var path = etcdLocation.LocalPath.StartsWith("/") ? etcdLocation.LocalPath.Substring(1) : etcdLocation.LocalPath; var root = uriBuilder.Uri; _keysRoot = root.AppendPath(path).AppendPath("v2").AppendPath("keys"); ```
I had exactly he same issue until I installed Visual Studio 2015 (Community Edition). Not sure which library fixed the issue though.