用新版本的结构图重写这一行?
您好,我最近将结构图版本更新到最新版本,系统提示我更改此行,但我不太确定如何更改,我尝试过,但没有运气。该代码有效,但我想使用新的“方式”。
ForRequestedType<ISessionSourceConfiguration>().TheDefault.Is.OfConcreteType<MsSqlSessionSourceConfiguration>().WithCtorArg("connectionString").EqualTo(connectionString);
与此相同
For<INHibernateUnitOfWork>().CacheBy(InstanceScope.Hybrid).TheDefault.Is.OfConcreteType<NHibernateUnitOfWork>();
感谢您的提示
Hi I recently updated my version of structuremap to the latest release and i get prompted to change this line but I'm not really sure how, I tried tho but with no luck. This code works but I would like to user the new "way".
ForRequestedType<ISessionSourceConfiguration>().TheDefault.Is.OfConcreteType<MsSqlSessionSourceConfiguration>().WithCtorArg("connectionString").EqualTo(connectionString);
Same with this
For<INHibernateUnitOfWork>().CacheBy(InstanceScope.Hybrid).TheDefault.Is.OfConcreteType<NHibernateUnitOfWork>();
Thanks for tips
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该能够使用:
和
You should be able to use:
and