You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.
I thought that was the whole point of PathString? Make it easier to do "the right thing" by expecting unescaped and outputting an escaped string. This prevents someone accidentally ToString'ing a path in its unescaped form.
@khellang We didn't specify which was wrong, just that it's asymmetric. If anything I think it's the string -> PathString converter that's wrong, it should use FromUriComponent to maintain symmetry. Unfortunately that's not how we normally to use it either.
In PathString.cs
Will create the unescaped new PathString while
Will create the escaped ToString.
The text was updated successfully, but these errors were encountered: