autofac / Autofac.Owin

OWIN integration for Autofac
MIT License
23 stars 15 forks source link

External scope injector #11

Closed srogovtsev closed 7 years ago

srogovtsev commented 7 years ago

A proposal for #10: allowing to use external scope in UseAutofacInjector.

app
  .UseAutofacLifetimeScopeInjector(ctx => SomeLifetimeScopeProvider(ctx))
  .UseMiddlewareFromContainer<PathRewriter>();
tillig commented 7 years ago

Pulled in after resolving merge conflicts.

srogovtsev commented 7 years ago

I think I’ll go over the resulted code when I get to the desk, to see that there's nothing redundant from the merge.

From: Travis Illig Sent: 10 июля 2017 г. 20:08 To: autofac/Autofac.Owin Cc: Serg Rogovtsev; Author Subject: Re: [autofac/Autofac.Owin] External scope injector (#11)

Pulled in after resolving merge conflicts. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

tillig commented 7 years ago

Please do - an extra set of eyes is always welcome!