We didn’t really do anything special. Just updated to the latest SDK using NuGet. We were on 25.1.0 and upgraded to the latest version 28.0.0.
The method works in 25.1.0 but hangs indefinitely for later versions. Works fine again when we roll back to this version using NuGet. Doesn’t work when we try and upgrade to 25.2.0 either so the last SDK that works on our project is 25.1.0. Guessing it’s probably an issue in our project then but seems odd.
I can try on a blank project and see if it works with the latest SDK. If that doesn’t work I could send our ApplicationId and see if there is an issue there?
Hi @Bryan-Square we are still experiencing the same issue, upgrading from 25.1.0 to 26.0.0 and above, any call to Square freezes/locks IIS and VS.
I can create a completely blank web project with nothing in it except the Square API, debug the application in localhost, make any call to Square and it freezes.
If I use a Windows Console Application upgrading from 25.1.0 to 26.0.0 and above it works correctly so suggests this is some issue running the API on a local web server.
Just an assumption but the library APIMatic.Core was used in the upgrade from 25.1.0 to 26.0.0, could it be something to do with this library?
I also added this comment to the thread here that appeared to be having the same issue: