Like @charleh, it AllTypeswas replaced by Classes, so fixing this problem is a simple find and replacement.
Actually, if you look at the compiler warning, it should say:
"AllTypes" . "" ( ) "" ( ). .
, AllTypes - ( ) , Classes - , , .
, :
Container.Register(
Classes.FromAssemblyNamed(a)
.Pick().WithServiceFirstInterface()
.Configure( o => o.LifestylePerWebRequest()));
, Configure:
Container.Register(
Classes.FromAssemblyNamed(a)
.Pick().WithServiceFirstInterface()
.LifestylePerWebRequest());
, Windsor BreakingChanges.txt, .