This repository was archived by the owner on Dec 18, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 448
Doesn't connect with xamarin forms #1518
Labels
Milestone
Comments
Are you using the latest version of Xamarin? |
Yes, I install create a new Xamarin Forms project and update all nuget packages (without pre-releases) and then to ahead with step 3. |
I too |
Same here. |
Wrt the AOT compilation error, I've put together a simple repro on github and explained the issue on stackoverflow. |
Sweet! |
Closing see #1886 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Uh oh!
There was an error while loading. Please reload this page.
When I try the following
Install-Package Microsoft.AspNetCore.SignalR.Client -Version 1.0.0-preview1-final
on the portable projectI find the following error:
I have tried installing the latest pre-release of
System.Threading.Tasks.Extensions
. Still no change in the error.Update
I have found the same error on xamarin versions "2.5.0.122203", "2.5.0.280555", "2.5.1.317207-pre1"
I get the same error with web socket client nuget as well for "2.5.0.280555" and "2.5.1.317207-pre1" but NOT on "2.5.0.122203".
The text was updated successfully, but these errors were encountered: