Dehalion
Dehalion
I have the same issue. What is the best try for a workaround?
sorry I was missing the reason why. Hover text would be the primary reason. Also if you use a tooltip lib the simplest way to provide it with content would...
As I expected the `+` is replaced by a space in `StorageConnectionString.Parse()` with the line ```csharp _parts[key] = value.UrlDecode(); ``` which leaves me uncertain if this is a bug or...
Yes, this is a bit unfortunate. It is inconsistent with how DB connection strings work, for example. But I understand, why it is necessary to url-encode the parameters. It would...
Yeah, should have updated the workaround after finding out the reason it doesn't work with a +. Have done it now.