This repository was archived by the owner on Dec 18, 2018. It is now read-only.
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
Doesn't connect with xamarin forms #1518
Closed
Description
When I try the following
- Create a new Xamarin Forms project
- Update all release packages
- Run
Install-Package Microsoft.AspNetCore.SignalR.Client -Version 1.0.0-preview1-final
on the portable project - Run the android project
I find the following error:
"Could not load assembly 'System.Threading.Tasks.Extensions' during startup registration".
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".
Metadata
Metadata
Assignees
Type
Projects
Relationships
Development
No branches or pull requests
Activity
davidfowl commentedon Mar 1, 2018
Are you using the latest version of Xamarin?
neville-nazerane commentedon Mar 1, 2018
Yes, I install create a new Xamarin Forms project and update all nuget packages (without pre-releases) and then to ahead with step 3.
shao200 commentedon Mar 6, 2018
I too
UncleSamSwiss commentedon Mar 8, 2018
Same here.
FrancoisM commentedon Apr 4, 2018
Wrt the AOT compilation error, I've put together a simple repro on github and explained the issue on stackoverflow.
davidfowl commentedon Apr 4, 2018
Sweet!
davidfowl commentedon Apr 6, 2018
Closing see #1886