Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
sobby01 opened this issue Mar 28, 2020 · 5 comments

Comments

@sobby01
Copy link

sobby01 commented Mar 28, 2020

I am facing this issue after this plugin as nuget.

Plugin Version : 3.0.1
System.Reactive: 4.3.2
System.Threading.Tasks.Extensions : 4.5.4

I have tried to downgrade the Reactive version but then duplicate jar issue came.

@f-miyu
Copy link
Owner

f-miyu commented Mar 29, 2020

I guess it is same issue as the following.
dotnet/reactive#803

It is fixed in latest Visual Studio.

@sobby01
Copy link
Author

sobby01 commented Mar 29, 2020

After upgrading to visual studio 2019, I am facing this issue :

Severity Code Description Project File Line Suppression State
Error Compilation can't be completed because some library classes are missing. R8

I have deleted the plugin reference and then it is working fine and my app is getting loaded properly but after adding the plugin in VS2019 above issue is occurring.

@sobby01
Copy link
Author

sobby01 commented Mar 29, 2020

I somehow managed to build the project by manually adding Xamarin.Google.Guava nuget of version 27.1.0 and now it is working fine and I am able to fetch my documents,

Is this plugin also support authorization. Only authorized users can get the documents and update it. I am able to login into firebase and getting back the userid but I am not sure how the plugin will get the usercontext from firebase app ?

@f-miyu
Copy link
Owner

f-miyu commented Mar 29, 2020

You can use Plugin.FirebaseAuth for authorization.

@sobby01
Copy link
Author

sobby01 commented Mar 29, 2020

Issue is resolved and Thanks for the plugin. I am able to upload the document and Fetch it as well.
I am marking this issue as closed.

@sobby01 sobby01 closed this as completed Mar 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants