Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Win 8 Metro Limitations #278

Closed
clambertus opened this issue May 30, 2012 · 3 comments
Closed

Win 8 Metro Limitations #278

clambertus opened this issue May 30, 2012 · 3 comments

Comments

@clambertus
Copy link

Ensure that Lucene.Net library can run in Metro

http://msdn.microsoft.com/en-us/library/windows/apps/br230302(v=vs.110).aspx

http://msdn.microsoft.com/en-us/library/windows/apps/br230232(v=vs.110).aspx

JIRA link - [LUCENENET-491] created by pnasser
@clambertus
Copy link
Author

Prescott, this was discussed before in the mailing list. Are there any known issues at this point?

Next step for me is to try and run in on my Windows 8 machine, but first I want to understand what I'm getting myself into...

by itamar

@clambertus
Copy link
Author

According to the .NET Standard page (https://docs.microsoft.com/en-us/dotnet/standard/net-standard), just being on .NET Standard 1.5 is enough to support Universal Windows Platform (which is where the "develop" link leads above).

I have made an attempt to move us to .NET Standard 1.4 (which would get us there immediately), but this turns out is either not possible or very difficult because of missing APIs.

Either way, we cannot verify this on Lucene.Net 4.8.0 until the support is in place (either by supporting .NET Standard 1.4 or waiting until UWP vNext), so I am leaving this open for now.

by nightowl888

@clambertus
Copy link
Author

clambertus commented May 5, 2020

Is related to: GH-633

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

No branches or pull requests

2 participants