1
我剛開始使用Autofac和我想配置一個簡單的登記,根據文檔這應該工作:Autofac配置
var builder = new ContainerBuilder();
builder.RegisterType<CurrentUserInfo>().As<ICurrentUserInfo>();
但我得到:
不正確的類型參數的數量
而且根據文檔:
_containerProvider = new ContainerProvider(builder.Build());
但沒有裴ld方法...
是的,無論有 – Luis
我使用反射鏡只是inpected的ContainerBuilder類,並有一個公共構建方法.... – Luis
重新啓動的視覺Studio..corrupted緩存或東西 – Luis