0
votes
1answer
27 views
Compiling Ayende’s Binsor with trunk Boo
I'm trying to update our references, including Boo. When compiling Binsor, I'm getting a bunch of errors, which I'm hacking away one at a time. After much source browsing and googling, I'm unable to …
2
votes
1answer
326 views
Internals visible to Boo (Binsor)
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
…
0
votes
1answer
90 views
Binsor: How to use dictionaries whose elements are components in the container.
Any idea how to configure SortedList whose elements are components register on the container in binsor.
Crud:ICrud
{
public SortedList<string, ICrudTransfer> Proxies
{
…
1
vote
1answer
252 views
Binsor and log4net
I'm using Castle Windsor and Binsor to use dependency injection in my application. I'm no expert at either one. Usually I can figure out how to bend Windsor to my will, but I find Binsor much harder, …
