Can't find ISingleClientProxy in SignalR, something wrong with nugets
Very weird the package versions are odd and marked as depracated, I can't find the interface im looking for either :/
10 Replies
what the hell đ
Microsoft.AspNetCore.SignalR.Core 1.1.0
Real-time communication framework for ASP.NET Core.
This package was built from the source code at https://github.com/aspnet/SignalR/tree/a9def470e3b8e1480c55d1c311e4b37472140307
vs
ISingleClientProxy Interface (Microsoft.AspNetCore.SignalR)
A proxy abstraction for invoking hub methods on the client and getting a result.
Is your project in ASP.NET Core 7 or above?
ooooooooooo
my project is net 8.0 class lib
but wait I cant have it in class library then?
Solved
Thanks @ZZZZZZZZZZZZZZZZZZZZZZZZZ
â¤ď¸
Use ASP.NET Core APIs in a class library
Learn how to use ASP.NET Core APIs in a class library.
Yep