You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the way we resolve consumers when using Autofac. We now use a …
…lifetime scope and resolve the consumers within a new child scope, this ensures that any consumers resolved are then released properly once this child scope is disposed.