Developer technologies | .NET | Xamarin
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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?