我对autofac有疑问。我有一个引导类,我通过 registertyp().singleinstance() 将我的视图模型注册为单例。
mytype.singletong.listproperty() == populatedata;
然后在我的 xaml 中,我将 this 绑定到我的 ui。
当我调用我的 context.resolve() 时,我得到了 singletoninstnace 但是我的 listproperty() 现在为空..
我是否缺少某些东西确实希望它会保留填充数据。
请赐教。