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
In Ninject.Syntax.ResolutionExtensions, some overloads of the CanResolve method incorrectly return an object. These should return a bool since they all call the same private CanResolve method which returns a bool.
Also, the documentation for these methods all state that the return type (whether object or bool) is "An instance of the service." This should be "<c>True</c> if the request can be resolved; otherwise, <c>c>false<c>/c>."
The text was updated successfully, but these errors were encountered:
In
Ninject.Syntax.ResolutionExtensions
, some overloads of theCanResolve
method incorrectly return anobject
. These should return abool
since they all call the same privateCanResolve
method which returns abool
.Also, the documentation for these methods all state that the return type (whether object or bool) is "An instance of the service." This should be "<c>True</c> if the request can be resolved; otherwise, <c>c>false<c>/c>."
The text was updated successfully, but these errors were encountered: