ericsink / SQLitePCL.raw

A Portable Class Library (PCL) for low-level (raw) access to SQLite
Apache License 2.0
523 stars 109 forks source link

lib packages restore with net461 because empty folders missing #436

Closed ericsink closed 3 years ago

ericsink commented 3 years ago

Yeah it seems the issue is in SQLitePCLRaw.lib.e_sqlite3.

For version 2.0.4 it has the required folders: image

But for the latest 2.0.5 preview it doesn't: image

Originally posted by @DamianEdwards in https://github.com/dotnet/efcore/issues/24198#issuecomment-900558428

stefc commented 3 years ago

Did you push a new package on NuGet for this fix ? Still not seeing netstandard 2.0

image

Libs seems ok

image

ericsink commented 3 years ago

No, this doesn't appear yet in any package on nuget. I just made the fix in the code. The next -pre will have the fix.

ericsink commented 3 years ago

Fixed in 2.0.5