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

后端 未结 3 1762
故里飘歌
故里飘歌 2020-12-16 16:06

As you know NHibernate 3.2 has native bytecode provider, which has some breaking changes with castle bytecode provider.

For example:

public class Som         


        
相关标签:
3条回答
  • 2020-12-16 16:16

    The NHibernate team won't support those bytecode providers any more.

    It hasn't been officially voted, but I don't think the Castle team will support it either.

    Fortunately, this is all open source, so you can just go ahead and grab the code and maintain it and put it on NuGet. It could be either a NHibernate contrib or a Castle contrib project.

    Still, if this used to work and doesn't anymore (and the change isn't documented, make sure it isn't), it could be a regression bug, and so it should be reported (make sure it hasn't been reported already) and fixed.

    0 讨论(0)
  • 2020-12-16 16:20

    NHibernate 3.2 has introduced quite a number of undocumented breaking changes, particularly for those folks previously using the Castle bytecode provider.

    0 讨论(0)
  • 2020-12-16 16:28

    The Castle bytecode provider is being maintained on GitHub, in this repository: https://github.com/sibartlett/NHibernate.ByteCode

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