我正在使用最新版本的 xamarin 表单(截至 2017 年 12 月 17 日),我无法在 akavache 中使用以下行:
await BlobCache.UserAccount.InsertObject(key, value);
没有得到错误:
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'.
v2.2.5.0 不在 nuget 上。我在想之前就让它工作了,但它没有显示,所以我想知道我是否搞砸了。我从 nuget 安装了 3.1.1 的最新版本,但仍然有错误。
我能做些什么?
编辑:
我还在 Github 上提出了一个问题:https ://github.com/akavache/Akavache/issues/399