Appcenter-sdk-dotnet: When will AppCenter use the latest major Sqlite version?

Created on 15 Dec 2019  路  10Comments  路  Source: microsoft/appcenter-sdk-dotnet

Currently we can't upgrade the sqlite library because AppCenter is not following the latest major sqlite version. When will AppCenter use the latest major sqlite version?

feature request

Most helpful comment

Can't provide any determined ETA - just as per the milestone name, it will be out somewhere soon in January :)

All 10 comments

+1 to this; this causes a conflict with one of my production apps which uses the latest version of EF Core's Sqlite provider. I had to roll back the provider since it was causing App Center to fail to start in the background. :(

Hi there,

It's already on our radar and this is not the first issue related to it (but it is not exact duplicate).
Unfortunately, it's not just about changing the dependency version, it requires some changes in App Center SDK and probably bumping minimal supported OS version.

We'll keep you updated.

+1 Had to remove all AppCenter SDK packages from my application because the SDK brought an earlier version with it causing build failures on a Xamarin Forms UWP application.

Hey, @seankanderson
Pull request is pending, milestone assigned. No ETAs we could provide yet, though.
EDIT:
Link to PR I provided is related to this issue, but does not directly bump version. The one which bumps version is here

Good to hear. Just today I had to commit to upping my EFCore and Sqlite versions which meant I had to dump AppCenter again. Going to try AppInsights until this fix is released. (I had reverted the versions due to this and other issues which let me work around this issue.)

@Jamminroot great news! Any chance of an ETA now? We are on our toes waiting for the release! 馃槂

Can't provide any determined ETA - just as per the milestone name, it will be out somewhere soon in January :)

The SQLite issue right now causes the issue with sending app to the store.
It does not pass the certification step: "Supported API test".

Hi all, just wanted to give everyone who's waiting on this fix a heads up that we had to move our next release back to February. Sorry for the delay, we'll get it to you as soon as we can.

We released the sqlite update in version 3.0.0.

Was this page helpful?
0 / 5 - 0 ratings