Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

Support .NET Standard 1.2 (Windows 8.1 and Windows Phone 8.1) #185

Closed
chinhodado opened this issue Dec 3, 2015 · 6 comments
Closed

Support .NET Standard 1.2 (Windows 8.1 and Windows Phone 8.1) #185

chinhodado opened this issue Dec 3, 2015 · 6 comments

Comments

@chinhodado
Copy link

How ready is this to be used? Particularly can it be used in Windows RT apps?

I tried to install the package at https://www.nuget.org/packages/Microsoft.Data.SQLite/ to my Windows 8 app project and the package failed to be installed, saying that no compatible target platform is found in the package.

@bricelam bricelam changed the title Windows Runtime support? Windows 8 support? Dec 3, 2015
@bricelam
Copy link
Contributor

bricelam commented Dec 3, 2015

We currently support Windows 10 Universal Apps. I suspect with a few packaging changes we could easily support Windows 8.

But you are aware everyone gets a free upgrade, right? :trollface:

@chinhodado
Copy link
Author

Unfortunately my environment is restricted to Windows 8 at the moment. I would love to see Windows 8 support added for this.

@bricelam
Copy link
Contributor

bricelam commented Dec 3, 2015

lol, I was joking about upgrading.

It looks like System.Data.Common (one of our dependencies) will need to support it first. Would you mind filing a bug on dotnet/corefx to add Windows 8 support to that package?

@bricelam bricelam removed the blocked label Jan 6, 2016
@rowanmiller rowanmiller added this to the Backlog milestone Jan 12, 2016
@bricelam
Copy link
Contributor

bricelam commented Jun 6, 2016

I looked into this again. System.Data.Common now supports Windows 8.1. The one thing holding us up now is our use of an environment variable and AppContext in SqliteConnection.

@bricelam
Copy link
Contributor

bricelam commented Jun 6, 2016

The unfinished changes are in bricelam:win81.

@bricelam bricelam removed this from the Backlog milestone Jan 10, 2017
@bricelam bricelam changed the title Windows 8 support? Support .NET Standard 1.2 (Windows 8.1 and Windows Phone 8.1) Feb 8, 2017
@bricelam bricelam self-assigned this Feb 10, 2017
@bricelam bricelam added this to the 2.0.0 milestone Feb 10, 2017
@bricelam
Copy link
Contributor

@TheBlueSky, you may find this useful... It's currently available on the nightly feed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants