SQLitePCL.pretty icon indicating copy to clipboard operation
SQLitePCL.pretty copied to clipboard

Real .NET Core platform support

Open leobuskin opened this issue 8 years ago • 3 comments

SQLitePCL.pretty had SQLitePCLRaw.core dependency targeted w/o netcore45, that's why it was impossible to install it in .NET Core, even w/ correct .nuspec (netcore45 already presented). This commit fix it, but it'll be a good idea to add support for other profiles supported by SQLitePCLRaw.core too (sl15 and so on).

leobuskin avatar Jan 21 '17 01:01 leobuskin

Nice! I'm not actively maintaining this package but will merge your change and do a release probably over the weekend. If you have any other suggestions for improving platform support let me know. Definitely willing to merge diffs and do releases.

@ericsink do you have any other suggestions here to improve platform support from your experience with sqlitepcl.raw?

bordoley avatar Jan 21 '17 02:01 bordoley

Not really. :-)

With netstandard sort of here but not yet here, PCL profiles are a big can of worms right now. This project will probably want to support netstandard at some point, but unless there is somebody pushing for it, we might as well wait until things settle down a bit more.

ericsink avatar Jan 21 '17 16:01 ericsink

With the .net core 2.0 release this would be a great time to target .net standard 2.0. Until then we'll have to figure out our own workarounds to get our solutions to build. Thanks.

LukePulverenti avatar Aug 16 '17 17:08 LukePulverenti