0

I am using ABP's .NET Core template now, and have a need for real time notifications.

I read through ABP's documentation on SignalR, and wish to implement it, but when I tried to install the ABP's SignalR package, it complains that it is not compatible with .NET Core.

Is there something I am missing? Thanks.

2 Answers 2

0

There is a normal asp.net version of SignalR and the asp.net core version, make sure you're using the correct one.

Edit

Seems the ABP SignalR nuget package only supports the full framework, in which case you should probably reference the asp.net core version from above directly until they update their package to support core.

Sign up to request clarification or add additional context in comments.

Comments

0

SignalR 2 is built for .NET Framework, not for .NET Core. They are still working on SignalR for .NET Core.

https://vimeo.com/204078084

2 Comments

actually answer is "this feature is not available at the moment". I mentioned that in my first sentence. And the link is for further information.
I have to agree with @AlperEbicoglu here - this does, in fact, appear to be an answer to the question (even independently of the link).

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.