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
The AutofacProcessorFactory will attempt to use the root container when creating a child lifetime scope. Because of this, the factory is unaware of any tagged or nested lifetime scopes created by the MVC or WebAPI dependency resolvers - thus the factory is unable to support PerRequest dependency resolution.
The factory should be updated to attempt to create a child scope from any existing lifetime scopes, before falling back to the root container.
The text was updated successfully, but these errors were encountered:
The AutofacProcessorFactory will attempt to use the root container when creating a child lifetime scope. Because of this, the factory is unaware of any tagged or nested lifetime scopes created by the MVC or WebAPI dependency resolvers - thus the factory is unable to support PerRequest dependency resolution.
The factory should be updated to attempt to create a child scope from any existing lifetime scopes, before falling back to the root container.
The text was updated successfully, but these errors were encountered: