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
I tried Install-Package Ninject.Extensions.NamedScope on Nuget Console. The installed package give me error when I use DefinesNamedScope(). It says IBindingWhenInNamedWithOrOnSyntax cannot be inferred to IBindingOnSyntax`1
Then I installed the package with
Install-Package Ninject.Extensions.NamedScope -Version 3.2.0. The error does not exist any more.
The text was updated successfully, but these errors were encountered:
I am not able to reproduce the described behavior. Created a new project, added NamedScope package using nuget UI and package manager console. Everything works fine.
I tried Install-Package Ninject.Extensions.NamedScope on Nuget Console. The installed package give me error when I use DefinesNamedScope(). It says IBindingWhenInNamedWithOrOnSyntax cannot be inferred to IBindingOnSyntax`1
Then I installed the package with
Install-Package Ninject.Extensions.NamedScope -Version 3.2.0. The error does not exist any more.
The text was updated successfully, but these errors were encountered: