NuGet: NHibernate, Castle.Core 3.0 and where is ProxyFactoryFactory?

后端 未结 1 1168
滥情空心
滥情空心 2020-12-09 23:22

I installed with NuGet the packages NHibernate and Castle.Core 3.0 for a new project. Usually we copied around the dlls manually; it is the first time I do that with NuGet.<

相关标签:
1条回答
  • 2020-12-10 00:22

    The last versions of NHibernate do not require configuring a proxy factory.

    An internal one is used by default and the old adapters are not part of the project anymore.

    0 讨论(0)
提交回复
热议问题