After I upgraded Castle to 3.2.1 I cant seem to find the right replacement for FirstNonGenericCoreInterface
My codes
container.Register(
AllTypes
.FromAssemblyNamed("MySolution.Tasks")
.InNamespace("MySolution.Tasks")
.WithService.FirstNonGenericCoreInterface("MySolution.Domain"));
That method is not obsolete and I cannot find what method to use
Does anyone know what should I use instead?