When I install the package AspNetCore.SignalR.Client
in my .NET Maui app, the app bugs and I can't open my NavMenu or basically anything else. Just installing the package makes the app bug out, when I uninstall it It goes back to behaving the right way. Is there any dependency conflicts with the other packages ?
I tried going to the older version in AspNet.SignalR.Client
, but it just isn't compatible with the SignalR in my backend. Tried installing every package possible nothing seems to work.