RaptorDB-Document icon indicating copy to clipboard operation
RaptorDB-Document copied to clipboard

UWP support (PCL)

Open thecodrr opened this issue 8 years ago • 7 comments

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

thecodrr avatar Nov 13 '16 10:11 thecodrr

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

mgholam avatar Nov 13 '16 10:11 mgholam

Is there no alternative whatsoever?

thecodrr avatar Nov 13 '16 11:11 thecodrr

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?

mgholam avatar Nov 13 '16 11:11 mgholam

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!)

thecodrr avatar Nov 13 '16 11:11 thecodrr

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

VladimirAkopyan avatar Nov 27 '16 05:11 VladimirAkopyan

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

mgholam avatar Nov 27 '16 05:11 mgholam

Same question: Any plan to support Xamarin?

momvart avatar Jul 21 '17 08:07 momvart