nozzlegear / ShopifySharp

ShopifySharp is a .NET library that helps developers easily authenticate with and manage Shopify stores.
https://nozzlegear.com/shopify-development-handbook
MIT License
733 stars 303 forks source link

.NET Framework unit tests are broken and stuck in a loop #1032

Closed nozzlegear closed 4 months ago

nozzlegear commented 4 months ago

Looks like the DNF tests aren't working right now, they seem to be stuck in a loop and never complete. Tests are actually running though, they're placing orders on the test store (many, many orders 🤯) they just don't complete. I don't see any logs or useful information coming from the tests on Github at the moment.

nozzlegear commented 4 months ago

Fixed in #1034