Skip to content

ShopifySharp.Extensions.DependencyInjection 1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Feb 18:59
· 79 commits to master since this release

What's Changed

Dynamic factory service registration via IServiceFactory<T>

A pull request by @adearriba refactored ShopifySharp's service factory classes so that they all use a common IServiceFactory<T> interface to implement their factory methods. This is then used to dynamically register all service factories in ShopifySharp when you use services.AddShopifySharp() or services.AddShopifySharpServiceFactories().

Pull requests

Full Changelog: ShopifySharp.Extensions.DependencyInjection/1.3.0...ShopifySharp.Extensions.DependencyInjection/1.4.0