0

後,我升級城堡3.2.1我似乎無法找到合適的替代FirstNonGenericCoreInterface從3.0.0更新城堡到3.2.1,現在我不能使用FirstNonGenericCoreInterface

我的代碼

container.Register(
    AllTypes 
     .FromAssemblyNamed("MySolution.Tasks") 
     .InNamespace("MySolution.Tasks") 
     .WithService.FirstNonGenericCoreInterface("MySolution.Domain")); 

那方法是不是過時了,我找不到用什麼方法

enter image description here

有誰知道WH我應該用它來代替嗎?

回答