Questions tagged [binsor]

5 questions
3
votes
1 answer

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 InternalsVisibleTo("Boo.Lang") but that didn't do the job. I have tried…
Dan
  • 59
  • 2
  • 6
1
vote
1 answer

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, especially since I haven't found any decent…
Karl
  • 467
  • 2
  • 11
0
votes
1 answer

what is the purpose of Binsor when there are c# APIs for Windsor?

I am fairly new to Windsor, and completely new to Binsor, and Boo. However, I am not new to IoC containers. I have already done several non-trivial things with Windsor. It has all been done in C#, and the XML configuration file syntax is totally…
Charles Lambert
  • 5,042
  • 26
  • 47
0
votes
1 answer

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 Proxies { get { return _proxies;} set { _proxies = value; } …
ppcanodehuelva
0
votes
1 answer

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 figure out how to fix the following line…
Bergius
  • 949
  • 6
  • 14