Sitecore – Dependency injection in Marketing Automation Conditions
When creating custom conditions using the Sitecore.Framework.Rules.ICondition interface you might have run into the problem that there’s no way to make use of Depdency Injection. If you add parameters to the constructor, you’ll get exceptions that the object can not be created, and there’s no ServiceLocator pattern implemented. The creation of the ICondition implementations is …
Continue reading “Sitecore – Dependency injection in Marketing Automation Conditions”