A suitable constructor for type HttpConnectionFactory #21839
Labels
area-signalr
Includes: SignalR clients and servers
Needs: Author Feedback
The author of this issue needs to respond in order for us to continue investigating this issue.
Hi,
I am using Core client using Xamarin Forms. Everything is working great but when I change the Xamarin.ios Link option to "LinkAll" then I am getting this error on chat initialisation.
I also tried to skip link .net Core library but no luck.
I have already looked into that issue aspnet/SignalR#2933
but I want to publish my app with LinkAll option.
Please guide me how can I SKIP LINK the SignalR client.
I tried this setting but still not able to achieve the desired results.
--linkskip=Microsoft.AspNetCore
ERROR
A suitable constructor for type 'Microsoft.AspNetCore.Http.Connections.Client.HttpConnectionFactory' could not be located. Ensure the type is concrete and services are registered for all parameters of a public constructor.
The text was updated successfully, but these errors were encountered: