I believe that a SqliteConnectAsync constructor was removed that AppCenter.Start() depends on. An exception is raised as a result.
Can you give me a repro on how to see the error? Sorry I'm not familiar with what AppCenter is doing...
Just add the AppCenter nugets to a project, and in your App.Xaml.cs, OnStart() method, after base.OnStart():
AppCenter.Start("android=YourAndroidSecret;" +
"uwp=YourUWPSecret;" +
"ios=YouriOSSecret;",
typeof(Analytics), typeof(Crashes), typeof(Push));
and you will receive an sqlite exception.
Return-Path:
Received: from o3.sgmail.github.com (o3.sgmail.github.com [192.254.112.98]) by sm11.internetmailserver.net with SMTP
(version=TLS\Tls12
cipher=Aes256 bits=256);
Wed, 12 Sep 2018 11:38:49 -0700
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com;
h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe;
s=s20150108; bh=cDDv72nySfg23S+stLAW8kBxKDs=; b=fWCPstP/J9MaCwci
yWCJP/C0FsVmejbpLFlWSy1L+ShRl6/qaiVGZ4hcQ8Et4RZ0cXLuehiP1kETqoV7
xd2/gKpl1d1qxGtPu+n4yS5vetTQGNOJCawgF+BMVmwr0Q7Chx6d2kDND81rluGL
ZQk6aMj2YVc9s0eRoYOGubckBbo=
Received: by filter1554p1mdw1.sendgrid.net with SMTP id filter1554p1mdw1-30599-5B995D34-D
2018-09-12 18:38:44.766469558 +0000 UTC m=+508039.482819826
Received: from github-lowworker-05ceafd.cp1-iad.github.net (unknown [192.30.252.40])
by ismtpd0011p1iad2.sendgrid.net (SG) with ESMTP id I-DgAMglTzKyoynVb8Ib4g
for jim@facetofacesoftware.com; Wed, 12 Sep 2018 18:38:44.801 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1])
by github-lowworker-05ceafd.cp1-iad.github.net (Postfix) with ESMTP id AFE8A46147F
for jim@facetofacesoftware.com; Wed, 12 Sep 2018 11:38:44 -0700 (PDT)
Date: Wed, 12 Sep 2018 18:38:44 +0000 (UTC)
From: "Frank A. Krueger" notifications@github.com
Reply-To: praeclarum/sqlite-net reply@reply.github.com
To: praeclarum/sqlite-net sqlite-net@noreply.github.com
Cc: Jim McCurdy jim@facetofacesoftware.com,
Author author@noreply.github.com
Message-ID:
In-Reply-To:
References:
Subject: Re: [praeclarum/sqlite-net] Version 1.5.231 release breaks Microsoft
AppCenter.Start() calls which depends on sqlite-net-pcl nuget (#751)
Mime-Version: 1.0
Content-Type: multipart/alternative;
boundary="--==_mimepart_5b995d34ad6b9_77d43fef26cd45c48422dd";
charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: praeclarum
X-GitHub-Recipient: jimmccurdy
X-GitHub-Reason: author
List-ID: praeclarum/sqlite-net
List-Archive: https://github.com/praeclarum/sqlite-net
List-Post: reply@reply.github.com
List-Unsubscribe:
https://github.com/notifications/unsubscribe/AIH10_lJd3U8HiPtblJCTJ6c6W-zN2a2ks5uaVS0gaJpZM4WihkK
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: [email protected]
X-SG-EID: gYbF8VfXuktd+eVphmap8PmeneYsl6m1eMjAhDb06mbNupJTPXhnxSnBKOsvLJorwkPXzzyPsxUMck
TteyDZASmY735b/toZI6U2FWdBrieHB8sXiVQrlgv7BJ7tJwyjDHh/tI+MaPQsuv5hp+sk24V8xYHk
+rYKvzs75M7pFlC1/8lQ2VkAjge0q1zXsCoA6b4EBCX1Fqkres76xB1Mt6n/3T9vLFgvIdkcZ2wgR6
Fd0RmcIZ67PYbXDSnppZ+2
X-SmarterMail-Spam: SPF_Pass, ISpamAssassin 0 [raw: 0], SpamAssassin 0 [raw: 0], DK_None, DKIM_Pass
X-SmarterMail-TotalSpamWeight: -4
Can you give me a repro on how to see the error? Sorry I'm not familiar with what AppCenter is doing...
-
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Hello @jimmccurdy !
I use AppCenter and I wanto to upgrade SQLLite.
Did you found a solution ?
No, but praeclarum did reach out to me, so I am hopeful that a fix is forthcoming.
I also have this issue - can I do anything to help?
This should be fixed with 1.6-beta. Please try it out.