lex.db icon indicating copy to clipboard operation
lex.db copied to clipboard

Added new project for portable library + .Net Core 1.0 support plus reflection fixes

Open jtsoftware opened this issue 8 years ago • 3 comments

The .Net Core 1.0 target has some differences in the type reflection stuff that make it not compatible with other targets. Also, you apparently can't have a .Net Core 1.0 and a Silverlight 5.0 target in the same portable library. This addresses this by adding a new project Lex.Db.Portable.Core, plus some conditionals in the code for the different reflection calls. It appears later versions of .Net Core might fix the reflection problems, or at least make it a little closer. However, I think the Silverlight problem will not go away, which is sad for this Silverlight user.

jtsoftware avatar Jun 13 '16 22:06 jtsoftware

Note that I don't know how to test everything, so you probably want to run this through your tests. Basically it just compiles okay.

jtsoftware avatar Jun 13 '16 22:06 jtsoftware

Oops, didn't mean to close it.

jtsoftware avatar Jun 13 '16 22:06 jtsoftware

is there any updates on this ? There are many projects that are dependant on the lex.db, and it would be useful to benefit from this update.

Is there anything that blocked from merging this ?

dtila avatar Jan 18 '17 11:01 dtila