Boo (Binsor) 可以看到内部结构

发布于 2024-07-08 11:57:53 字数 265 浏览 13 评论 0原文

我正在使用 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 with
InternalsVisibleTo("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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

余罪 2024-07-15 11:57:53

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文