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
The documentation for Uri.EscapeDataString is out of date. At least in .Net 6 and later, the method doesn't throw a UriFormatException until value is over 65519 characters long, which is larger than the documented 32766 limit. This now matches the maximum length that Uri supports.