开发者

Detaching Rhino.Commons from a project

开发者 https://www.devze.com 2023-01-23 17:15 出处:网络
I have a project which uses Rhino.ActiveRecord\'s ARRepository, unfortunatly the project is no longer maintained and both of NHibernate\'s and ActiveRecord\'s versions are very old and we really need

I have a project which uses Rhino.ActiveRecord's ARRepository, unfortunatly the project is no longer maintained and both of NHibernate's and ActiveRecord's versions are very old and we really need to upgrade.

How do I detach t开发者_开发知识库he dependency from my project while still maintaing the same API of ARRepository?

It seems that ARRepository is too tightly coupled to the rest of the library so what can I do?


Have you checked the project's forks on Github?

This one for instance has http://github.com/janlimpens/rhino-commons/commits/master NHibernate 3.0 Alpha 2 and Windsor 2.1

0

精彩评论

暂无评论...
验证码 换一张
取 消