ShopifySharp.Extensions.DependencyInjection 1.4.0
github-actions
released this
12 Feb 18:59
·
117 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
- Added IServiceFactory + Refactor DI by @adearriba in #1010
Full Changelog: ShopifySharp.Extensions.DependencyInjection/1.3.0...ShopifySharp.Extensions.DependencyInjection/1.4.0