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?
views:
433answers:
1
+1
A:
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
saret
2009-10-20 08:29:30