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
742 stars 309 forks source link

Deprecate ShopifyException.HttpResponseMessage property #978

Closed nozzlegear closed 9 months ago

nozzlegear commented 9 months ago

This pull request deprecates the ShopifyException.HttpResponseMessage property, to be removed in a future release. The property is a potential memory leak, as it never gets disposed by ShopifySharp and consumers are never told to dispose it either.