Base solution for your next web application
Open Closed

Core 2.0 & SignalR #3843


User avatar
0
AndrewT created

Has anyone tried this with aspnetzero? or any other work around?

<a class="postlink" href="https://www.codeproject.com/Articles/1204852/ASP-NET-Core-SignalR-Core-alpha">https://www.codeproject.com/Articles/12 ... Core-alpha</a>


1 Answer(s)
  • User Avatar
    0
    mikeb created

    Nope, but I had noticed SignalR had made alpha: <a class="postlink" href="https://blogs.msdn.microsoft.com/webdev/2017/09/14/announcing-signalr-for-asp-net-core-2-0/">https://blogs.msdn.microsoft.com/webdev ... -core-2-0/</a>

    Looking through the AspNetZero code, they've used a #FEATURE_SIGNALR directive to comment out the SIGNALR-dependent features. I guess one way forward is to install the SignalR alpha package, define FEATURE_SIGNALR, fix any compilation issues and see if the built-in functionality (chat etc) can be made to work. I am keen to get SignalR happening with Core 2.0, but have other priorities right now. I'll post back if I get a chance to work on this, but otherwise maybe a ANZ support person could post here what with their intentions are on this front - please? :)