使用Microsoft.WindowsAzure.MobileServices.SQLiteStore.SQLiteStore替换此内容

时间:2016-09-09 00:32:50

标签: xamarin.forms azure-mobile-services

我们按照这篇文章进行了操作,确定https://developer.xamarin.com/samples/xamarin-forms/WebServices%5CTodoAzure/ 但是从昨天开始我们将代码更改为允许脱机同步 - #define OFFLINE_SYNC_ENABLED,之后我们无法使用Microsoft.WindowsAzure.MobileServices.SQLiteStore重建解决方案;"下面缺少装配?现在在Nuget上查看这个,并且很明显它已被弃用了。那么要改变什么?

#if OFFLINE_SYNC_ENABLED
using Microsoft.WindowsAzure.MobileServices.SQLiteStore;
using Microsoft.WindowsAzure.MobileServices.Sync;
#endif

我很感激您的意见。

由于

1 个答案:

答案 0 :(得分:1)

我的坏。没意识到我们需要包含来自Nuget的Microsoft.Azure.Mobile.Client.SQLiteStore包的包...现在看起来不错:)