Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Dependency injection: New abstractions for explicit registration of services

Fixed in

EPiServer.CMS.Core 9.5.0

(Or a related package)

Created

Nov 04, 2015

Updated

Jan 07, 2022

Area

CMS Core

State

Closed, Fixed


Description

Dependency injection in Episerver products is based on StructureMap. You can use StructureMap directly or the Episerver abstractions for StructureMap. The recommended approach is to use the abstractions.

The feature adds a new API for explicit registration for services into the container. See SDK section "Dependency Injection" for details.