castle

Will castle bytecode provider for NHibernate 3.2.GA be available in nuget?

隐身守侯 提交于 2019-11-27 17:46:20
问题 As you know NHibernate 3.2 has native bytecode provider, which has some breaking changes with castle bytecode provider. For example: public class SomeEntity { public virtual string SomeProperty { get; **private set;**} } Is working fine with NHibernate 3.1 and Castle Bytecode provider. And not in NH 3.2. I'm using nuget for managing my dependencies and do not want to manage them by hands. So my question is: would bytecode providers for castle, linfu and spring be available in nuget? 回答1: The