Skip to content

This is an adapter which changes or creates a Castle Windsor instance so it redirects all registration and resolve requests to Autofac.

Notifications You must be signed in to change notification settings

lanwin/Autofac.WindsorAdapter

Repository files navigation

Autofac.WindsorAdapter

This is an adapter which changes or creates a Castle Windsor instance so it redirects ALL registration and resolve requests to Autofac.

I created this project primary to use Autofac in conjunection with Rhino.ServiceBus (Rhine.ESB).

Home: http://github.com/lanwin/Autofac.WindsorAdapter

Current state

For now this is a toy project where i try to find out if this could work.

Its able to send and receive messages via Rhino.ESB and inject Autofac dependencies.

Example

var builder = new ContainerBuilder(); var container = builder.Build();

var windsor = WindsorAdapter.Create(container); // pass this instance to your component

About

This is an adapter which changes or creates a Castle Windsor instance so it redirects all registration and resolve requests to Autofac.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages