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?

Developer technologies | .NET | Xamarin
Developer technologies | ASP.NET | ASP.NET Core
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.