nopSolutions / nopCommerce

ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
https://www.nopcommerce.com
Other
9.14k stars 5.25k forks source link

Refactor: split the InstallationService into three parts #7120

Closed danzuep closed 5 months ago

danzuep commented 5 months ago

The InstallationService is massive, but since it's already a partial class, splitting it in three makes it easier to work with. An alternative way of doing this would be to inject two other services, but the original authors can decide on that later.

danzuep commented 5 months ago

21 hours ago some new changes were made to the Installation Service that aren't in this pull request, so I'll close this.