Re: Assign OnCreate delegate after registration

2015-05-05 Thread hammett
afaik you can do that with the commission/decommission support. Check the source code for the startable facility for inspiration. https://github.com/castleproject/Windsor/tree/master/src/Castle.Windsor/Facilities/Startable On Tue, May 5, 2015 at 9:44 AM, Cathal McHale cathal.mch...@gmail.com

Assign OnCreate delegate after registration

2015-05-05 Thread Cathal McHale
Is it possible to assign an OnCreate action for a dependency after it has already registered? Scenario: I have a dependency that gets registered by the bootstrapper of assembly B. - The interface (dependency type) is public, but the implementation is internal to assembly B. I want assembly A

Re: Windsor WCF integration broken after ASP.NET 4.6 upgrade

2015-05-05 Thread Jonathon Rossi
Thanks for the insight Hammett, wasn't aware the other teams weren't under the same umbrella as the fx team. On Tue, May 5, 2015 at 6:55 PM, hammett hamm...@gmail.com wrote: Different layers of the framework receive different levels of scrutiny towards backward compatibility. The core fx, that