Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Xamarin.Android regression? #2899

Closed
freever opened this issue Aug 31, 2018 · 2 comments
Closed

Xamarin.Android regression? #2899

freever opened this issue Aug 31, 2018 · 2 comments

Comments

@freever
Copy link

freever commented Aug 31, 2018

Has there been a regression on #1886 ? iOS is still OK but my Xamarin.Android app has suddenly started throwing out the same old errors:

Can not resolve reference: System.Threading.Tasks.Extensions, referenced by System.IO.Pipelines. Please add a NuGet package or assembly reference for System.Threading.Tasks.Extensions, or remove the reference to System.IO.Pipelines

Can not resolve reference: System.Threading.Tasks.Extensions, referenced by Microsoft.AspNetCore.SignalR.Client.Core. Please add a NuGet package or assembly reference for System.Threading.Tasks.Extensions, or remove the reference to Microsoft.AspNetCore.SignalR.Client.Core.

Can not resolve reference: System.Threading.Tasks.Extensions, referenced by System.Threading.Channels. Please add a NuGet package or assembly reference for System.Threading.Tasks.Extensions, or remove the reference to System.Threading.Channels.

Can not resolve reference: System.Threading.Tasks.Extensions, referenced by Microsoft.AspNetCore.Http.Connections.Client. Please add a NuGet package or assembly reference for System.Threading.Tasks.Extensions, or remove the reference to Microsoft.AspNetCore.Http.Connections.Client.

I am on he latest versions of everything:

  • SignalR.Client 1.0.3
  • VS 15.9.0 Preview 1.0 (Xamarin.Android 9.1.0.12)
  • VS Mac 7.8 Preview (Xamarin.Android 9.1.0.12)

My build server is running a few versions behind and does not have the same build error:

  • VS Mac 7.6 (Xamarin.Android 9.0.0)

Locally I am running the latest betas so I might be the canary in the coal mine?

@KSemenenko
Copy link

Try to remove the app.config from the project. It helped me for Xamarin.iOS and Xamarin.Andoird

@freever
Copy link
Author

freever commented Aug 31, 2018

Turns out it isn't related to the Xamarin.Android version as reverting to stable channel makes no difference. I am able to build in Release mode, just not in Debug. So I dunno.

@freever freever closed this as completed Aug 31, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants