Thank you, I hoped it would have solved my issues but to no avail.
Let me explain my issue: I use SolrNet 0.3 with a multi-core configuration via Castle Windsor, so I am creating a SolrNetFacility and adding core to it. This thing works like a charm.
The problem is that I'm trying to register a decorator for ISolrConnection, a class X that implements ISolrConnection and accept as a unique ctor parameter an ISolrConnection instance.
Is this feasible? Does it mess with the fact that SolrNet component registration is named?