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
When using Ninject.Extensions.Factory autogenerated factories together with the namescope extension, a binding with faulty scope settings might generate an exception as follows:
Ninject.Extensions.NamedScope.UnknownScopeException: The scope
SomeScope is not known in the current context.
at Ninject.Extensions.NamedScope.NamedScopeExtensionMethods
.GetScope(IContext context, String scopeParameterName)
System.Exception {Ninject.Extensions.NamedScope.UnknownScopeException.
Given only this exception message, it is really hard to find out where the problem lies. An exception message such as in normal ninject binding failures would greatly improve the situation.
The text was updated successfully, but these errors were encountered:
When using Ninject.Extensions.Factory autogenerated factories together with the namescope extension, a binding with faulty scope settings might generate an exception as follows:
Given only this exception message, it is really hard to find out where the problem lies. An exception message such as in normal ninject binding failures would greatly improve the situation.
The text was updated successfully, but these errors were encountered: