-
-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LightInject.SignalR doesn't work without LightInject.Interception #147
Comments
It seems like it is needed because of this: https://github.com/seesharper/LightInject/blob/master/LightInject.SignalR/LightInject.SignalR.cs#L98-L99 |
That is correct. LightInject.SignalR requires Lightinject.interception. If
|
The LightInject.SignalR nuget package still does not automatically include the LightInject.Interceptor package. |
@puzsol @seesharper I've just updated my PR #148. I've realized that to specify dependency I should modify |
I didn't omit any of my knowledge on nuget packages 😄 |
Hello!
I've just tried to use LightInject.SignalR and got an exception:
Installing LightInject.Interception fixes the issue.
I didn't register anything in ServiceContainer. I just call
serviceContainer.EnableSignalR(hubConfiguration);
and this line produces exception above.The text was updated successfully, but these errors were encountered: