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

Unable to insert object into Blobcache due to System.Reactive.Core requiring version 2.2.5.0 #399

Closed
dberroa opened this issue Dec 17, 2017 · 3 comments
Labels

Comments

@dberroa
Copy link

dberroa commented Dec 17, 2017

Note: for support questions, please ask on StackOverflow: https://stackoverflow.com/questions/tagged/Akavache . This repository's issues are reserved for feature requests and bug reports.

Do you want to request a feature or report a bug?

Bug

What is the current behavior?

When I call the following line:

await BlobCache.UserAccount.InsertObject(Key, value);

I get:

The type 'Unit' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Reactive.Core, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.

I am unable to install this version on nuget as it is not available and another plugin required version 3.

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem

Make a new Xamarain forms project using the latest version of forms. I made the project 4 days ago.

What is the expected behavior?

To be able to insert an object.

What is the motivation / use case for changing the behavior?

Which versions of Akavache, and which platform / OS are affected by this issue? Did this work in previous versions of Akavache? Please also test with the latest stable and snapshot (https://www.myget.org/feed/Akavache/package/nuget/Akavache) versions.

All. I'm doing this is the .NET standard share code.

Other information (e.g. stacktraces, related issues, suggestions how to fix)

@dberroa
Copy link
Author

dberroa commented Dec 18, 2017

@EmilAlipiev
Copy link

Do you see this for all platforms? I am seeing it only on uwp but Android seems working for me

@EmilAlipiev
Copy link

I am using version 6 beta now but I am seeing this exception on UWP. Not sure if that is related?

System.ArgumentNullException: Value cannot be null. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Reactive.PlatformServices.ExceptionServicesImpl.Rethrow(Exception exception) at System.Reactive.ExceptionHelpers.ThrowIfNotNull(Exception exception) at T System.Reactive.Subjects.AsyncSubject1.GetResult() `

@PureWeen PureWeen closed this as completed Dec 8, 2018
@lock lock bot added the outdated label Jun 24, 2019
@lock lock bot locked and limited conversation to collaborators Jun 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants