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
Nothing sticks out to me about that particular URI that should cause Uri.IsWellFormedUriString to return false. It looks like this is probably a duplicate of #21626, since both strings contain percent encoded Unicode.
The following unit test for
Uri.IsWellFormedUriString("lime://teste_it%C3%A1vel%[email protected]/8dd3a58vgv", UriKind.Absolute)
return true on TargetFramework=net461
return false on TargetFramework=netcoreapp2.1
Is this different behaviour expected?
The text was updated successfully, but these errors were encountered: