Boo (Binsor) 可以看到内部结构
我正在使用 Castle Windsor 进行 IoC,并且我想使用 Binsor 来定义我的配置。 我想让 Boo 看到我的内心。 我尝试用以下标记标记我的程序集 InternalsVisibleTo("Boo.Lang")
但这并没有完成任务。 我尝试过InternalsVisibleTo("Rhino.Commons"),因为我注意到异常是从Rhino.Commons.Binsor.BooComponentInstaller内部抛出的,但这也不起作用。 有任何想法吗?
I am using Castle Windsor for IoC and I want to use Binsor to define my configuration.
I want to let my internals be visible to Boo. I have tried to mark my assembly withInternalsVisibleTo("Boo.Lang")
but that didn't do the job. I have tried InternalsVisibleTo("Rhino.Commons")
because I have noticed that the exception is thrown from within Rhino.Commons.Binsor.BooComponentInstaller but that doesn't work neither. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
InternalsInvisible 在 Boo 中尚不可用,曾在 2007 年/2008 年初尝试使用它进行测试。
Boo 的 codehaus 页面中记录了一个问题:
Boo 问题
似乎计划在 V0.9.3 中修复
InternalsInvisible isn't available yet in Boo, tried using it in 2007/early 2008 for testing purposes.
There is an issue logged against this in Boo's codehaus page :
Boo Issue around this
Seems like it is scheduled to be fixed in V0.9.3