Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top