Hi all,
currently I'm trying to translate a part of code from SM 2.X to SM 3.X,
but still have some problems with the interception part.
Maybe someone more familiar with StructureMap can help me with that?
container.IfTypeMatches(type => type.Equals(typeof(PageRepositoryDescriptor)))
.InterceptWith(i => new CustomPageRepositoryDescriptor());
The code is from a EPiServer blog.