ordercloud-api / headstart

A complete and opinionated eCommerce solution using OrderCloud as the backbone - built with .NET Core and Angular
MIT License
31 stars 74 forks source link

Extract Sitecore.Foundation.SitecoreExtensions project from solution #372

Closed ajsuth closed 2 years ago

ajsuth commented 2 years ago

The introduction of Sitecore.Foundation.SitecoreExtensions was intended to leverage the global logging mechanism, however this has introduced additional bloat and dependencies on Sitecore, which can be maintained outside of Headstart.

The proposal is to extract any agnostic logging helpers into a respective project and move the remaining Sitecore-specific helpers into a separate repo.

ajsuth commented 2 years ago

Closing as development branch was reset before the Sitecore.Foundation.SitecoreExtensions project was introduced.