/Autofac.Extras.ServiceStack

Autofac container adapter for ServiceStack with per-request scope

Primary LanguageC#Apache License 2.0Apache-2.0

Autofac.Extras.ServiceStack

Autofac container adapter for ServiceStack with per-request scope

Usage:

var container = builder.Build();

var appHost = new MyAppHost();
appHost.UseAutofac(container);