intuit / QuickBooks-V3-DotNET-SDK

.Net SDK for QuickBooks REST API v3 services
Apache License 2.0
107 stars 140 forks source link

Remove URL Escaping workaround #295

Closed MatthewSteeples closed 1 year ago

MatthewSteeples commented 1 year ago

This code was put in to deal with a "by-design" issue in the .NET Framework where slashes would be unescaped in URLs

This issue was finally fixed in .NET 4.5 so this code is no longer required. Additionally, this code causes exceptions to be thrown when running under .NET 6 (and other Core based frameworks) as the private fields have been renamed