SQLitePCL.pretty
SQLitePCL.pretty copied to clipboard
Real .NET Core platform support
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).
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?
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.
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.