Xamarin.Forms signalr client getting Method not found: Microsoft.AspNetCore.Http.Connections.NegotiationResponse Microsoft.AspNetCore.Http.Connections.NegotiateProtocol.ParseResponse(System.ReadOnlySpan`1<byte>) when trying to connect

Curtis Conner 1 Reputation point
2021-03-30T03:13:14.307+00:00

I have a Xamarin.Forms 5.0 application, we are using the Microsoft.AspNetCore.SignalR.Client 5.0.4 nuget package. On UWP the client connects just fine but the same code on iOS gets the error Method not found: Microsoft.AspNetCore.Http.Connections.NegotiationResponse Microsoft.AspNetCore.Http.Connections.NegotiateProtocol.ParseResponse(System.ReadOnlySpan`1<byte>)

Any ideas?

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,296 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,204 questions
{count} votes