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?

link|improve this question

75% accept rate
feedback

1 Answer

up vote 2 down vote accepted

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.