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

UWP support (PCL) #8

Open
thecodrr opened this issue Nov 13, 2016 · 7 comments
Open

UWP support (PCL) #8

thecodrr opened this issue Nov 13, 2016 · 7 comments

Comments

@thecodrr
Copy link

Is it possible to run this on Windows Phone or UWP? Perhaps a PCL?

@mgholam
Copy link
Owner

mgholam commented Nov 13, 2016

Currently no since those platforms don't support reflection emit and dynamic methods.

@thecodrr
Copy link
Author

Is there no alternative whatsoever?

@mgholam
Copy link
Owner

mgholam commented Nov 13, 2016

May be slow reflection, but that would destroy performance (may be not an issue on those platforms) and would mean rewriting and testing on those platforms which is not a priority right now.

Hopefully .net standard will be better in the future and support more of the api's needed.

Are you planning to use those platforms?

@thecodrr
Copy link
Author

thecodrr commented Nov 13, 2016

I am actually using those platforms. Currently, I am developing a music player for UWP. I tried using LiteDB for library, playlist loading/saving but it is slow as compared to RaptorDB. (I saw the tests. Very impressive, I must say!)

@VladimirAkopyan
Copy link

What about general .net core? Since many servers will be moving to .net core, that's a solid use-case

@mgholam
Copy link
Owner

mgholam commented Nov 27, 2016

I'm tinkering with .net core... so stay tuned!

@momvart
Copy link

momvart commented Jul 21, 2017

Same question: Any plan to support Xamarin?

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

4 participants